Im still migrating to PHP after Micro$oft abandon the ASP ship.
response.redirect in ASP works even if the headers were already sent.
ASP has got page buffer, what's php equivelent?
Header() function doesn't. 😕
but the browsers accept things like
echo '<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">';