[EMAIL PROTECTED] writes:
>Hello php-general,
>
>  Has anyone else here the same proplem as I have? I write in my php:
>
>header("Refresh: 3; url=newpage.php");
>
>Netscape 4.79 works fine and goes to page.php after 3 seconds pass.
>But IE 6 doesn't want to do that. Can anyone explain such a wonderful
>behavior?
>
>-- 
>Best regards,
> Olexandr          
try to use this:

echo "<META HTTP-EQUIV='REFRESH' CONTENT='3; URL=newpage.php'>";

I cannot use header either.  Perhaps, I run PHP under Wins.  However, the
above syntax works well with any browser.

Pong
  


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to