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

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

2003-06-19 Thread Jan Grafström
Hi Robby, try to add this line to your php-file: $name=$_GET['name'] ; change to: Good luck! Jan "Robby Ku" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hi, > > I've got a problem passing a query string from a HTML file to a PHP file. I created a HTML file called "welcome.ht