[PHP] RE : [PHP] Redirect URL

2003-09-23 Thread Youri B .
Thank you very much, This was the reason I figured it out now. Thank you for good advise. Yury On 22 Sep 2003 at 14:39, BENARD Jean-philippe wrote: Headers must be sent before anything else (text, html ...). If you put somewhere something like : echo test;, php will send standard HTML

[PHP] Re: php redirect

2002-07-26 Thread Brian McGarvie
if( ___ ) { header(Location: http://www.domain.com/itworked.php;); } else { header(Location: http://www.domain.com/error.php;); } Tyler Durdin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... I have a redirect i would like to do using php. It will go something like this if