27;DumpHttpGetVars()'
> and all of them will be printed out.
>
> Greetinx,
> Mike
>
> Michael Rudel
> - Web-Development, Systemadministration -
> _______________
>
> Suchtreffer AG
> Bleicherstraße 20
> D-78467 Konstanz
> Germany
> fon: +49-(0)7531-89207-17
> fax: +49
Thank you very much I'm gonna test it!
Por cierto, Fernado, hablas español? yo soy de barcelona
marc
"Fernando Madruga" <[EMAIL PROTECTED]> escribió en el mensaje
3685A91F554BD411BA310008C759B6CC02527BFC@MAIL_CBR">news:3685A91F554BD411BA310008C759B6CC02527BFC@MAIL_CBR...
I have PHP 4.0.4 an
I have PHP 4.0.4 and I get the same error...
After retyping the whole line manually (no copy/paste), it stopped
complaining!
There's a missing parentheses on that line between 'each' and
'$HTTP_GET_VARS' !!
However, even though it does not complain, it still doesn't give the values
expected!!
We
pGetVars()'
> and all of them will be printed out.
>
> Greetinx,
> Mike
>
> Michael Rudel
> - Web-Development, Systemadministration -
> _______
>
> Suchtreffer AG
> Bleicherstraße 20
> D-78467 Konstanz
> Germany
> fon: +49-(0)7531-89207-17
> fax: +49-(0)7531-89207-13
&
Thanks
But I did not know the code how to translate them...
I'll try the code in the message below...
marc
"Tom Mathews" <[EMAIL PROTECTED]> escribió en el mensaje
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Anything in the querystring can be translated as a php variable.
>
> Say you ha
sta
Subject: Re: [PHP-WIN] Print variables coming from a form not controled
by me...
Anything in the querystring can be translated as a php variable.
Say you have the string coming in as
...?result=1&age=23...
then in the called page/script, the querystring are already variables.
eg $resu
Anything in the querystring can be translated as a php variable.
Say you have the string coming in as
...?result=1&age=23...
then in the called page/script, the querystring are already variables.
eg $result will have the value 1, $age will have the value 23...
Hope this is what you're after
Tom