0

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

Anth
  • 1

1 Answers1

0

session_register -> "This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0."

k.tarkin
  • 661
  • 3
  • 9