Sorry, but this email address is not the appropriate forum for asking
support questions. For a list of more appropriate places to
ask for help using PHP, please visit http://php.net/support

Thank you for your interest in PHP.

Goba

----- Original Message -----
From: "Emily WILD" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 14, 2002 5:22 PM
Subject: [PHP-DOC] header location syntax to pass string values to the
destination


> Could somebody offer more information on how to pass
> $strings through a header function?
>
> In the script I am working on, it is a simple file
> upload form handled by a PHP script where after the
> file upload is verified, the user is sent to a success
> page that should idealy include use of 3 strings
> ($uploadfile_name, $uploadfile_type and
> $uploadfile_size).
>
> The example I was given by some users of EFNET IRC's
> #php channel was as follows...
>
>  header("Location:
> success.php?uploadfile_name=".$uploadfile_name);
>
> However, I could not find any description of the
> syntax structure to be used in the URL of a header
> function to include a string or multiple strings to be
> passed to the location destination page or script.
>
> Emily
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
>
> --
> PHP Documentation Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to