ID: 15090
Updated by: mfischer
Old Summary: header("Location: $url") causes php.exe to generate an
error
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Reproducible crash
Operating System: Windows 2000
PHP Version: 4.0.6
New Comment:

Please try with latest 4.1.1, it may have been fixed already.


Previous Comments:
------------------------------------------------------------------------

[2002-01-17 17:21:24] [EMAIL PROTECTED]

After a lengthy script, I go to redirect to another page, using 

header("Location: $redirect_page?PHPSESSID=$sid") 

where $redirect_page is the address to goto.. Anyway, this causes a
windows "php.exe has generated an error" message, while using a 

print "<META http-equiv=\"refresh\" content=\"0;
URL=$redirect_page?PHPSESSID=$sid\">";

works just fine, with no error generated.  The page is using session
variables.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=15090&edit=1


-- 
PHP Development 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