Re: [PHP] Pass vars in URL

2002-10-14 Thread Brad Bonkoski
probably register globals is turned off in php.ini for the new PHP version instead of: echo $id; -try- echo $_SERVER['id']; -Brad Gary wrote: > There is not real code to catch it. It is passed to a hidden field in a > form, echoing the id number and then a query based on id. Very simple >

Re: [PHP] Pass vars in URL

2002-10-14 Thread Gary
There is not real code to catch it. It is passed to a hidden field in a form, echoing the id number and then a query based on id. Very simple and has worked form php3 through 4.06. That is why I was wondering if I had something turned off in the ini for 4.2.3. The links form the other page is

Re: [PHP] Pass vars in URL

2002-10-14 Thread Brad Bonkoski
How about a code snippet of how you are retrieving the variable? -Brad Gary wrote: > Hello, > My host has upgraded to 4.2 but still uses the old ini setting. I am > trying to rewrite my scripts so when the day comes for my host to make > the change I will be ready. Everything has been going we