it keeps going to the checklogin.php not to register.php.
Sorry I know this is a noob question.
BTW I want my register button and lgin button to be insde the table
<table width="300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC"> <tr> <form name="form1" method="post" action="checklogin.php"> <td> <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF"> <tr> <td colspan="3"><strong>Member Login </strong></td> </tr> <tr> <td width="78">Username</td> <td width="6">:</td> <td width="294"><input name="myusername" type="text" id="myusername"></td> </tr> <tr> <td>Password</td> <td>:</td> <td><input name="mypassword" type="text" id="mypassword"></td> </tr> <tr> <td> </td> <td> </td> <td><input type="submit" name="Submit" value="Login"><INPUT type="submit" value="register" action="test.php"></td> </tr> </table> </td> </form> </tr> </table>
This post has been edited by poldz123: 18 March 2013 - 03:42 PM

New Topic/Question
Reply



MultiQuote






|