> From: Jay Blanchard [mailto:jay.blanchard@xxxxxxxxxxx] > Header is a good solution, and is the only one available in PHP for > redirects. It requires that you do not send anything else out to the > browsers before sending the redirect, which is what is causing your error. > You can always use the output buffer functions to assist with that. Ok but there is something more strange. I use "header location" in a switch/case. An header location by case. I don't understand at the end of the case, the header location don't work and I go through the others cases. Any idea why ? Thanks, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php