i have a win95 installed with apache and mysql...when i try to send variable from a FORM using the post method to another file e.g pass.php where it will validate my variables...but the problem is the variables are not going through it...
<?php
echo $mail;
?>
the php works when ever i do phpinfo, or read stuff from database..on my win95
but if i run the same script on a WIN ME it works fine...
thanks