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] Can't pass query string from HTML to PHP

2003-06-19 Thread Robby Ku
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.html" with the following link: Hi, I'm Andy I am trying to pass the query string Andy to a PHP file called "welcome.php" with the following command: