lost querystring
Posted: Mon Jan 05, 2004 3:37 pm
I'm doing a page refresh/redirect which usually works fine, but in some Browsers/OS the querystring seems to get plain lost.
I'm using
$header = $GLOBALS[REDIRECT_QUERY_STRING];
and append it to the URL like someFile.php?$header
A user of Windows 2000 and Internet Explorer Version 6.0.2800.1106 reports that she just gets someFile.php, without querystring.
What is the safe way that will work on all systems / in all browsers?
Thanks in advance!
Andreas Weber
http://www.motiondraw.com
I'm using
$header = $GLOBALS[REDIRECT_QUERY_STRING];
and append it to the URL like someFile.php?$header
A user of Windows 2000 and Internet Explorer Version 6.0.2800.1106 reports that she just gets someFile.php, without querystring.
What is the safe way that will work on all systems / in all browsers?
Thanks in advance!
Andreas Weber
http://www.motiondraw.com