Page 2 of 2

meta-refresh

Posted: Thu Aug 07, 2003 12:13 pm
by guinness
I use a meta-refesh on one of my pages. It's cheap but it works:

<?
//so people can see their info when they logged in cold without cookies
if (!isset($_COOKIE['fname'])) {
echo("<meta http-equiv='refresh' content='1;url=accountInfo.php4'>");
}
?>