Hi,
Thanks for your reply, but my problem is still there. I am just trying a demo code as given below:
<?
if (isset($smt))
{
echo "1: ". $email ."<br>";
echo "1: ". $_POST['email'] ."<br>";
}
?>
<FORM method="get" name="eligible" action="eligible.php">
E-mail Address: <INPUT maxLength=35 name=email value="a@a.com">
<INPUT name=smt type=submit value="Check Eligibility">
</form>
Even this is not working while as soon as I install older version it starts working.
Anurag