RE: [PHP] Re: Can't pass query string from HTML to PHP

2003-06-20 Thread Ford, Mike [LSS]
> -Original Message- > From: Robby Ku [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 08:25 > > Thanks for the fast response given. I tried both Jan's and > Martin's method but it won't solve the problem. > > I've tried to change "register_globals = On" in php.ini and i > got the same

Re: [PHP] Re: Can't pass query string from HTML to PHP

2003-06-20 Thread Robby Ku
Hi again, Thanks for the fast response given. I tried both Jan's and Martin's method but it won't solve the problem. I've tried to change "register_globals = On" in php.ini and i got the same result. I've tried using $_Get['name'] instead of $name but i got the following error: Parse erro