Hi I have posted here about session problems etc, but I think I found the problem: My Form variables are not passed at all!
Look at this: index.php <form action="page2.php" method="POST" enctype="multipart/form-data"> <input type="text" name="test"><input type="submit" name="submit"> </form> page2.php <?php echo " HTTP_POST_VARS :".$_HTTP_POST_VARS["test"]."<br>"; echo " POST_VARS: ".$_POST["test"]."<br>"; echo " normal test :".$test."<br>"; ?> I have installed a "everything" RedHat 7.3 installation, and changed NOTHING to the default php.ini... Can anyone help? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php