Code: Select all
include("all.php");Code: Select all
Internet Explorer cannot display the webpage
The code that Im using in the file is:
Code: Select all
if(isset($_SESSION['dead'])) {
if($_SESSION['dead'] == 1) {
mysql_query("UPDATE `users` SET `ex`='0', `ey`='0' WHERE `username`='$username'");
header("Location: rest.php");
}
}