header(Location: ...) failing in FireFox

Permalink
Hi,

My php header location change works fine in ie and chrome but doesn't seem to resolve in firefox (the page request appears to work but never actually loads anything). Here's my code:

header("Location: ".BASE_URL.$refer_uri."surveySuccess=1&qsid=".$this->questionSetId."&".http_build_query($_POST)."&".http_build_query($qNames)."&processing_id=".$answerSetID);
exit;


Which produces something like this (line break just added for formatting):
"Location:http://phatvuong.com/
c5practice/index.php/ministries/teens/?&surveySuccess=1&qsid=1304972034&qsID=1304972034&pURI=%2Fc5practice%2Findex.php%2Fministries%2Fteens%2F&Question1=Bahamas+Church+of+Christ&Question2=Leader&Question3=Chris&add=Submit&qName2=Position&qName1=Church+Name&qName3=First+Name&processing_id=74"


It's on this page if you want to see the behavior:
http://phatvuong.com/c5practice/index.php/ministries/teens/...

Feel free to try to submit the form. let me know if it works in your version of firefox.

celwell
 
1stWebDesigns replied on at Permalink Reply
1stWebDesigns
Seemed to work in Firefox 3.6 for me. Also, it redirected to the PayPal Sandbox afterwards.
celwell replied on at Permalink Reply
celwell
Thanks for testing. I'm using Firefox 4 and it's just taking forever to load. In fact, it never loads I assume.
1stWebDesigns replied on at Permalink Reply
1stWebDesigns
I will check in my Firefox 4 in a couple of hours and let you know the result.
1stWebDesigns replied on at Permalink Reply
1stWebDesigns
Worked ok in my Firefox 4