Santipheap K
New member
<form action="login.php" method="post">
<table width="443" border="1">
<tr>
<td><p align="left" class="style1"><tt>Current user email:
<input type="email" name="email" />
<input type=SUBMIT value="Login">
</tt></p> </td>
</tr>
</table>
</form>
and for login.php page
<?php
$mail=$_POST
?>
So went i access login from another page the variable $mail have noting on it???? How do i make variable $mail stay constant???
<table width="443" border="1">
<tr>
<td><p align="left" class="style1"><tt>Current user email:
<input type="email" name="email" />
<input type=SUBMIT value="Login">
</tt></p> </td>
</tr>
</table>
</form>
and for login.php page
<?php
$mail=$_POST
?>
So went i access login from another page the variable $mail have noting on it???? How do i make variable $mail stay constant???