check session set or not in php.

if(!isset($_SESSION['loginid']))
{
header("location:sign-register.php");
}

Popular posts from this blog

Jtable with database manually in netbeans.

Join in Kotlin coroutines