Hi, As I understand, you want to redirect user to a different page. Try header("Location: http://www.yourdomain.com/");
Your Header function MUST be called before any output is send, so take care about that (spaces before opening php tag, any HTML code and so on..). Otherwise you will get an error - "headers already sent" or something like that. It is very important!!! Read the manual for more precise explanation of this function. HTH Piotr --- Joćo Paulo Batistella <[EMAIL PROTECTED]> wrote: > How can I forward the user to another page? > > Thanks, > JP > > __________________________________________________ > Do You Yahoo!? > Yahoo! Autos - Get free new car price quotes > http://autos.yahoo.com > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php