Need some help with this:
I get this error: Parse error: syntax error, unexpected T_ELSE in /home/habbo06/public_html/security/log_ip.php on line 9Code:<?PHP $staff_ips[1] = "84.71.128.117"; $staff_ips[2] = "84.71.128.118"; if($staff_ips[1] != $_SERVER['REMOTE_ADDR']){ die("You are not authorised to view this Page."); else if($staff_ips[2] != $_SERVER['REMOTE_ADDR']){ die("You are not authorised to view this Page."); } } ?>
Its probbably a stupid mistake![]()






Reply With Quote



