Need help with get methood in php 4.23

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Devion
Forum Newbie
Posts: 1
Joined: Tue Dec 24, 2002 5:46 pm

Need help with get methood in php 4.23

Post 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
evilcoder
Forum Contributor
Posts: 345
Joined: Tue Dec 17, 2002 5:37 am
Location: Sydney, Australia

Post 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
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post 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..
Post Reply