Jearb
03-18-2009, 09:31 PM
Alright, I've got this code, but I can't for the life of me figure out what is going wrong. When I run it, it gives me an unexpected '{' error.
if (($_COOKIE["6511102b"]!="newFile") ||
(empty($_SESSION["gender"]) ||
(empty($_SESSION["name"])) {
echo "WHOA WHOA WHOA WHOA. You did something wrong. Or something. Go <a href='newGame.php'>back here</a> to remake your file.</a>";
} else {
It's probably some stupid problem, but can you guys help me out?
if (($_COOKIE["6511102b"]!="newFile") ||
(empty($_SESSION["gender"]) ||
(empty($_SESSION["name"])) {
echo "WHOA WHOA WHOA WHOA. You did something wrong. Or something. Go <a href='newGame.php'>back here</a> to remake your file.</a>";
} else {
It's probably some stupid problem, but can you guys help me out?