On Dec 9, 2005, at 11:35 PM, Aaron Koning wrote:
Its been my experience that meta tags work better.

I guess what you are saying is that this:

<meta http-equiv="refresh" content="0;url=https://www.theNewUrl/forward.html";>

Is better than this:

header("Refresh: 0; URL=https://www.theNewUrl/forward.html";);

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

Reply via email to