View Single Post
Old 01-29-2008, 05:03 PM   #5 (permalink)
WinSrev
The Acquainted
Inquisitive 
 
WinSrev's Avatar
 
Join Date: Sep 2007
Posts: 133
Thanks: 6
WinSrev is on a distinguished road
Default

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" />'
);
?>
Send a message via ICQ to WinSrev
WinSrev is offline  
Reply With Quote
The Following User Says Thank You to WinSrev For This Useful Post:
codefreek (01-29-2008)