Menu

PHPlib, PHP4, Apache, Win2K

Help
Anonymous
2002-06-03
2002-07-25
  • Anonymous

    Anonymous - 2002-06-03

    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

     
    • Fiorenza Caetani

      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

       
    • Gaetano Giunta

      Gaetano Giunta - 2002-07-25

      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...)

       

Log in to post a comment.