Sascha Braun wrote:

>I want to post a form and after parsing i want to redirect the user to the home page.
>
>header() doesn't work in this circumstance, what can I do else?
>

header() does work in this circumstance. In what way do you think it 
doesn't?

header("Location: http://www.google.com/";);
exit;

Include that code "after parsing", and your users will be redirected to 
Google's Web site. I'm not aware of any Web client that does not support 
this, regardless of how old or uncommon.

Chris


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to