Thread
:
dumb php question
View Single Post
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
View Public Profile
Find More Posts by Bad B0y