This will work fine. The script will continue to run after the meta refresh
unless the exit is there.

> -----Original Message-----
> From: Carfield Yim [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 15, 2001 3:24 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Will my script run after redirect?

> if( $i == 0) 
> { 
>     print "<meta http-equiv=refresh content=\"0;url=$url\">"; 
>     exit;
> } 
> $i++; 
>   
> Will it work? Is it have any side-effect?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to