Advertisement
Advertisement
| 09.03.2008 at 11:03AM PDT, ID: 23700199 | Points: 50 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: |
<form method="post" action="http://thegreennova.com/index.php" />
Username:<br/>
<input type="text" name="uname"/><br/><br/>
Password:<br/>
<input type="password" name="pwd"/><br/><br/>
Remember me? <input type="checkbox" name="remember" value="1" /><br/><br/>
<input type="submit" value="login" />
</form>
I THOUGHT THAT IT SHOULD BE SOMETHING LIKE THIS BUT I GET AN ERROR
<form method="post" action="{$_SERVER['PHP_SELF']}" />
Username:<br/>
<input type="text" name="uname"/><br/><br/>
Password:<br/>
<input type="password" name="pwd"/><br/><br/>
Remember me? <input type="checkbox" name="remember" value="1" /><br/><br/>
<input type="submit" value="login" />
</form>
|