
//if process did not pass verification, then redirect user back to Log-in page........ //if( !isset($_SESSION['user']) ) // { //redirect user to next page ........ // header('Location: http://'.$_SERVER['HTTP_HOST'].'/index.php'); // exit; //quit the script // } ?>