|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-18 03:56 UTC] mfischer@php.net
[2002-01-18 15:58 UTC] kmudrick at clement dot com
[2002-01-18 23:54 UTC] irc-html@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 16:00:01 2025 UTC |
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.