I am looking for someone to help make a login system for my wap site with automated registeration and email verification
I no how to do the layout in wml, but need a person to do the database/php coding for me-
here is the login page.
<?xml version="1.0" ?>
<!DOCTYPE wml (View Source for full doctype...)>
- <wml>
- <head>
<meta forua="true" http-equiv="Cache-Control" content="max-age=0" />
</head>
- <card id="andymt" title="Login" newcontext="false" ordered="true">
- <p align="center">
<br />
Username:
<br />
<input name="un" value="" maxlength="20" format="*m" title="username:" type="text" emptyok="false" />
<br />
Password:
<br />
<input name="pw" maxlength="20" format="*m" title="Password:" type="password" emptyok="false" />
<br />
- <anchor>
Login
- <go href="login.php" method="post" sendreferer="false">
<postfield name="un" value="$un" />
<postfield name="pw" value="$pw" />
</go>
</anchor>
<br />
</p>
</card>
</wml>
Now i have a mysql database....
all i need is sum1 to write the php/sql code!
Regards
Andy