* Thus wrote Petre Agenbag ([EMAIL PROTECTED]): > If you want to "use PHP", then you must use the headers() function. BUT, > with the header function, you MUST make sure that there will be absolutely > NO output to the page before the header() function is called, not even a > space... > Otherwise, you can simply use a meta refresh...
Don't use meta refresh unless it is the only solution, since while using php you have the option header('Refresh: ...') no need to use meta refresh. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php