dalton metzler
New member
...C:\xampp\htdocs\kramansro\logout.php on? <html>
<title>Logging out...</title>
<body bgcolor="Black">
</body>
<?php
session_start();
session_destory();
echo "You've been logged out, you will be redirected to home page in 3 seconds";
?>
</html>
whats wrong with it?
<title>Logging out...</title>
<body bgcolor="Black">
</body>
<?php
session_start();
session_destory();
echo "You've been logged out, you will be redirected to home page in 3 seconds";
?>
</html>
whats wrong with it?