View Single Post
Old 01-12-2003, 06:04 AM  
Bad B0y
Confirmed User
 
Join Date: Aug 2002
Posts: 160
The value 'hello' would be stored in: $_GET['var']

I new versions of PHP(4.2+) has register_globals in php.ini disabled to encourage 'good' programming.

Edit php.ini: register_globals = On

and it should be behave as expected.
Bad B0y is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote