Date: 07/14/02
- Next message: yohgaki <email protected>: "[PHP-DOC] Bug #18332 Updated: is_readable/is_writable/is_executable support under safe mode"
- Previous message: Jesus M. Castagnetto: "Re: [PHP-DOC] Bug #18361 Updated: Tutorial on php.net uses deprecated $HTTP_*_VARS variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: yohgaki <email protected>: "[PHP-DOC] Bug #18332 Updated: is_readable/is_writable/is_executable support under safe mode"
- Previous message: Jesus M. Castagnetto: "Re: [PHP-DOC] Bug #18361 Updated: Tutorial on php.net uses deprecated $HTTP_*_VARS variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

