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
Dream wrote:

> Any idea of how to get information from a form (not a form controlled by me,
> through GET method, i.e. info coming with the URL, like this
> http://www.xxx.com/xxx.cgi?result=1&age=23&name=john)  and print it through
> php v.3?
>
> I don't know how to get the info (coming from an outside form) and pass it
> throught the php3 variables......
>
> Thanks,
>
> marc
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to