01-29-2008, 05:03 PM
|
#5 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Posts: 133
Thanks: 6
|
Or perhaps a slightly faster method would be to do:
PHP Code:
<?php echo('<h2>Please log in:</h2> <form method="post" action="' . $PHP_SELF . '"> Username: <input name="usernamn" type="text" value="" /><br /> Password: <input name="password" type="password" value="" /> <input name="submit" type="submit" value="log" />'); ?>
|
|
|