Jump to content

Deprecated: Function Session_Is_Registered()


octa

Recommended Posts

<?php

session_start();

if(!session_is_registered('myusername')){

header("location:main-login.php");

}

?>

 

<html>

<body>

Login Successful

</body>

</html>

 

i see error

Deprecated: Function session_is_registered() is deprecated in C:\wampp\www\itvideohelps\login_success.php on line 4

Login Successful

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.