session_start(); if ($_POST && isset($_POST['fldCommand']) && $_POST['fldCommand'] == 'logoff') { session_unset(); session_destroy(); } else { if ($_POST && isset($_POST['cli']) && isset($_POST['pin'])) { if ($_POST['btnSave']=='on') { setcookie('beldewereld',$_POST['cli'].$_POST['pin'],time()+60*60*24*30); } else { setcookie('beldewereld','',time()+60*60*24*30); } } } ?>
|
||||||||||||||||||||||||||||||||||
|
|
", $information); } else echo "page not found"; ?> | ||||||||||||||||||||||||||||||||