Page 1 of 1

Need help with get methood in php 4.23

Posted: Tue Dec 24, 2002 5:46 pm
by Devion
hi
here is the scenario:

i was using php 4.11 and i can pass data by url using get method like.. http://www...com/?id=111
However, this no longer works under php 4.23 which i just upgraded.
it gives me undefined variable error when i try to pass the data
Anyone know why is that and how can i fix it in 4.23 (mabybe change the way the data is passed or change the config of php)?

thanks

Posted: Tue Dec 24, 2002 5:51 pm
by evilcoder
So you used to pass stuff like /?query=variable

and now you cant? Thats odd coz i do it: http://www.clandazed.com

Posted: Tue Dec 24, 2002 6:09 pm
by hob_goblin
http://www.devnetwork.net/forums/viewtopic.php?t=511

it is pretty sad that i have memorized the topic number...

you really should read things that say "Please read" :P

Yup, it's a setting in your php.ini..