I add this way to the list:
header("Refresh: 0;url=$myurl"); (itīs really the same that using META
tag!)
Ok, I want to make you note that:
1) echo "<META HTTP-EQUIV='Refresh' CONTENT='0; URL=$myurl'>";
2) header("Refresh: 0;url=$myurl");
Work fine when sending cookies... (setcookie function)
... while:
3) header ("Location: $myurl");
Seems to work faster but it doesn't work with cookies (at least in my
experience... ;-)
Bye, Tomas.
--
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]