- Nov 28, 2000
- 2,224
- 0
- 0
This is the script, it searches for the cookie, if its not there, then it says warning, loggedin is not defined. Is there a way that if the cookie is not there, that it will just show the html and nothing else?
Thanks,
Wardemon
<?
if($loggedin) {
header("location: logged.php");
}
?>
<html>
<body>
This is the main html page
</body>
</html>
Thanks,
Wardemon
<?
if($loggedin) {
header("location: logged.php");
}
?>
<html>
<body>
This is the main html page
</body>
</html>
