View Single Post
  #2  
Old 29th August 2009, 14:01
3v0 3v0 is offline
Senior Member
 
Join Date: Feb 2008
Netherlands
Posts: 88
Default
Code:
<?
Note: You need cookies enabled to sign up or log in
?>
<p>
<form method="post" action="takesignup.php">
<table border="1" cellspacing=0 cellpadding="10">
<tr><td align="right" class="heading">Desired username:</td><td align=left><input type="text" name="wantusername" size="40" onKeyUp="verifPseudo(this.value)" /></td></tr>
<tr><td align="right" class="heading">Pick a password:</td><td align=left><input type="password" size="40" name="wantpassword" /></td></tr>
<tr><td align="right" class="heading">Enter password again:</td><td align=left><input type="password" size="40" name="passagain" /></td></tr>
<tr><td align="right" class="heading">Security Image:</td><td align=left><img src="img.php?size=6"></td></tr>

<tr><td align="right" class="heading">Security Code:</td><td align=left><? $vImage->showCodBox(1); ?> <table width=250 border=0 cellspacing=0 cellpadding=0><tr><td class=embedded><font class=small>The security code is case sensitive.

</font></td></tr></table></td></tr>
The rest you can hopefully work out yourself as I've given you a start on whats needed changed
Reply With Quote