Sat Apr 07, 2007 2:22 pm
This is a small code use session for Validation
session_start();
$valid="msi";
$_SESSION['valid']=$valid;
session_register('valid');
echo "next page";
session_start();
if(isset($_SESSION['valid']))
{
echo " Session is valid ";
}
echo " Session is valid ";
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.