php security script.
Posted: Tue Feb 22, 2011 1:13 pm
I am using http://www.scriptsapart.com/products/auth-manager/ this script.
on the locked pages I use this bit of code to unlock.
I want to check not only that the person is logged in but also its the right person. Is it possable to make it check user name too?
on the locked pages I use this bit of code to unlock.
Code: Select all
<?php
include("init.php");
if($sesslife == true)
{
}
else
{
}
?>