Hi All
Getting somewhere on my site, come accross another little problem though.
This code
is giving me this error
Parse error: parse error, unexpected T_STRING in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\essential\admin\adminmain.php on line 4
Not really sure what the deal is.
Thanks
Aaron
Getting somewhere on my site, come accross another little problem though.
This code
Code:
session_start();
$newip = $_SERVER['REMOTE_ADDR'];
if (!isset($_SESSION['username']) ¦¦
empty($_SESSION['username']) ¦¦ $newip!= $_SESSION['ip']) {
include "logout.php";
}
is giving me this error
Parse error: parse error, unexpected T_STRING in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\essential\admin\adminmain.php on line 4
Not really sure what the deal is.
Thanks
Aaron