> -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
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
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
3 matches
Mail list logo