I've installed PHPlib on Win2K running PHP4 and Apache. My problem is that $HTTP_POST_VARS, $PHP_SELF, and $QUERY_STRING are all returning blank. Therefore, action="" in any form handling. Any suggestions?
Thanks.
~cw
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I've installed PHPlib on Win2K running PHP4 and Apache. My problem is that $HTTP_POST_VARS, $PHP_SELF, and $QUERY_STRING are all returning blank. Therefore, action="" in any form handling. Any suggestions?
Thanks.
~cw
Have you tried with:
$_POST['name_of_var']
$_SERVER['PHP_SELF']
ecc...because I've had this kind of problems on Win2k and I've solved this way
I Hope I've been usefull :-)
Bye
Fiorenza
Sounds like you should take a look at your php.ini file. That's where you enable/disbale this kind of variables (e.g. register_globals etc...)