Hello, can somebody tell me how to add a username limit to registering system!
Here's the code:
Here's the code:
Code:
[SIZE=2]<html>[/SIZE]
[SIZE=2]<link rel="stylesheet" href="style.css" type="text/css">[/SIZE]
[SIZE=2]<center>[/SIZE]
[SIZE=2]<table class='maintable'>[/SIZE]
[SIZE=2]<tr class='headline'><td><center>Register</center></td></tr>[/SIZE]
[SIZE=2]<tr class='mainrow'><td><center>[/SIZE]
[SIZE=2]<table border='0'><tr class='mainrow'><td>[/SIZE]
[SIZE=2]<form method="post" action="reguser.php">[/SIZE]
[SIZE=2]Type Username Here*:</td><td><input type="text" name="username" size="15"></td></tr>[/SIZE]
[SIZE=2]<tr class='mainrow'><td>Type Password Here*:</td><td><input type="password" name="password" size="15"></td></tr>[/SIZE]
[SIZE=2]<tr class='mainrow'><td>Type Email Here*:</td><td><input type='email' name='email' size='15'></td></tr>[/SIZE]
[SIZE=2]<tr class='mainrow'><td></td><td><input type="submit" value="submit">[/SIZE]
[SIZE=2]</center>[/SIZE]
[SIZE=2]</form>[/SIZE]
[SIZE=2]</td></tr></table>[/SIZE]
[SIZE=2]</html>[/SIZE]