Can anyone help me
I am trying to login to admin panel and i get this error
Fatal error: Call to undefined function session_register() in
And the line is this:
else {
session_register("fbScript"); // THIS LINE HAS THE ERROR
$_SESSION['fbScript'] = $username;
exit("success");
}
}
Help will be very much appreciated, thanks