Forum Moderators: coopster
echo "<meta http-equiv=\"Refresh\" content=\"0;URL=ProfileViewNoJava.php?Updated=True\">";
But I am trying to make a no JS / no Refresh version, so if a user has js and refresh disabled, the site will still work.
Can anyone please help me find a php refresh after headers? All my refreshes were changed to:
header('Location: ['.getenv("HTTP_HOST").'...]
but they were all before any headers.
Thank you in advance.