As you can see, by the time that index.php includes the subpage, it has already outputted HTML. According to using the header() function, you are not allowed to output any HTML *before* using header(). However, I am doing this and it is redirecting fine.
You can also always use the old tried and true: <META http-equiv="REFRESH" content="$lagTime; URL=$redirectPage"> That should redirect regardless of whether any HTML has already been sent to the browser. thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php