<?xml version="1.0"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"><wml><card id="card1" title="Register"><p align="center">
Username:
 <br/>
<input name="username" maxlength="17"   />
<br/>   
Password:
 <br/>
<input name="password" maxlength="10"   />
<br/>   
Name: 
<br/>
<input name="name" maxlength="10"  />
<br/>
Location:
<br/>
<input name="location" maxlength="15"  />
<br/>
Age: 
<br/>
<input name="age" maxlength="3"  />
<br/>
Sex:
<br/>
<input name="sex" maxlength="6"  />
<br/>
About Me: 
<br/>
<input name="about" maxlength="80"  />
<br/>
Pic Link:
<br/>http://
<input name="picture" maxlength="100"  />
<br/>
Email Address:
<br/>
<input name="email" maxlength="50"  />
<br/>
<a title="Enter" href="check.php?username=$(username)&amp;name=$(name)&amp;location=$(location)&amp;age=$(age)&amp;sex=$(sex)&amp;about=$(about)&amp;email=$(email)&amp;password=$(password)&amp;picture=$(picture)">Submit</a> 
</p>
</card>
</wml>



