hi my friends :lol:
today i want to ask about important something
iam make page to know the user and his password
the code for this page will
-----------------------------------------------------------------------
<html dir='ltr'>
<head>
<meta http-equiv='Content-Language' content='en-us'>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1252'>
<title>User name</title>
</head>
<body>
<!-- welcome text -->
<b>
<marquee width="40%" scrollamount="3">
<?
echo "Hi ".$T1;
?>
</marquee></b>
<?
////////////////table head
echo"
<div align='left'>
<table border='1' width='40%' cellspacing='0' cellpadding='0' style='border-style: solid' bordercolor='#000000'>
<tr>
<td>
";
/////////////////////////////////////////////////////////////////////////////////////////////
// the form
echo"
<form method='POST' action=$PHP_SELF>
<br>
<p align='left'>User name : <input type='text' name='T1' size='20'></p>
<p align='left'>Password : <input type='password' name='T2' size='20'></p>
<p align='left'> Remember me
<input type='checkbox' name='C1' value='ON'></p>
<p align='left'><input type='submit' value='GO' name='B1'></p>
</form>
";
////////////////////////////////////////////////////////////////////////////////////////////
/////////////// end table
echo"
</td>
</tr>
</table>
</div>
";
?>
</body>
</html>
-------------------------------------------------------------------------
now i want to make this page remember the user
if he come agine :lol:
can you help me ?????????? :rolleyes: