Hello. I was wondering, how do you pass variables from page to page in PHP now? I run Apache 1.3.24 and PHP 4.2.0 on my Windows computer for testing scripts.
I had previously used something like this for a simple site: http://www.something.com/blah.php?variable1=hello&variable2=world
But now when I try to do that I keep getting the "undefined variable" error. I have tried this with Apache 2.0 and PHP 4.1 and I still cannot fix the problem.
Can anybody tell me if this feature has been disabled or change in some way?
Thanks in advance.