Click to See Complete Forum and Search --> : Cannot Pass Variables in PHP 4.2.1


Anon
07-29-2002, 02:57 PM
Just installed PHP 4.2.1 on a new box. I moved my old apps over but experienced a big problem. I am no longer able to pass variables at all. Even trying a basic

http://www.mypage.net/index.php?this=true

does nothing at all! HELP!!! Thanx!

Aaron

mikefn
07-29-2002, 03:34 PM
You should read in http://php.net or look for it in the previous discussions. It has been discussed A LOT about this issue.

Anon
07-29-2002, 07:42 PM
in case you can't find it, the global variables are switched to off now by default. Edit your php.ini file and turn your global variables from OFF to ON. Then restart Apache. Presto.