View Single Post
Old 11-23-2004, 08:37 PM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,544
sde is on a distinguished road
you need to set register_globals to on in the php.ini file. otherwise, you need to use $_GET[] to retreive url variables and $_POST[] for post variables.

i ALWAYS use $_GET[] and $_POST[] anyway so my applications are more portable and I don't fear that if this setting on a server was changed, that my scripts would fail.
__________________
Mike
sde is offline   Reply With Quote