header(Location: ...) failing in FireFox
PermalinkMy 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:
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.
