<label>Adınız</label>
<input type="text"
name="FIRSTNAME" size="55" value="" />
<small><%=err_FIRSTNAME%></small>
<label>Soyadınz</label>
<input type="text" name="LASTNAME"
size="55" value="" />
<small><%=err_LASTNAME%></
small>
<label>E-posta Adresiniz</label>
<input type="text"
name="EMAILADDRESS" size="55" value="" />
<small><%=err_EMAILADDRESS%></
small>
<label>Şifreniz</label>
<input type="text" name="PASSWORD"
size="55" value="" />
<small><%=err_PASSWORD%></small>
<label>Yaşadığınız Yer</label>
<input type="text" name="CITY"
size="55" value="" />
<small><%=err_CITY%></small>
<input type="submit" name="signup"
value="Kaydol" class="signup" />