Quote:
Originally posted by punkworld
That won't work. You can't send html before a "header" command. You'll get the "headers already sent" error, for obvious reasons.
|
You are right, use this instead for redirection:
PHP Code:
echo '<meta http-equiv="refresh" content="0; URL='.$url. '">';