Re: [PHP] Getting parameters from the URL

2005-05-28 Thread Burhan Khalid
Richard Davey wrote: Hello Mário, Friday, May 20, 2005, 4:48:07 PM, you wrote: MG> http://www.bar.com/[EMAIL PROTECTED]&code=vu782 MG> for testing, but it does print nothing. So, i'm not getting the MG> parameters from the URL. I have register_globals=Off in php.ini Jumping in a bit late her

Re: [PHP] Getting parameters from the URL

2005-05-20 Thread Richard Lynch
On Fri, May 20, 2005 1:21 pm, Mário Gamito said: > It still doesn't works. > Maybe it's because it's being launched from outside the site (i. e., the > referrer is not from the site ?). That's not it, almost for sure. The entire Internet www would crumble if that were a common cause of the proble

Re: [PHP] Getting parameters from the URL

2005-05-20 Thread Mário Gamito
Hi Richard, It still doesn't works. Maybe it's because it's being launched from outside the site (i. e., the referrer is not from the site ?). Maybe something's in php.ini ? Any ideas ? Warm Regards, Mário Gamito Richard Davey wrote: > Hello Mário, > > Friday, May 20, 2005, 4:48:07 PM, you wr

Re: [PHP] Getting parameters from the URL

2005-05-20 Thread Richard Davey
Hello Mário, Friday, May 20, 2005, 4:48:07 PM, you wrote: MG> http://www.bar.com/[EMAIL PROTECTED]&code=vu782 MG> for testing, but it does print nothing. So, i'm not getting the MG> parameters from the URL. I have register_globals=Off in php.ini MG> Why is this wrong and how to make it right ?