session_register("Authentication"); include("db.php"); If ( $_SESSION["Authentication"] != "" ) { $sql = "SELECT * FROM authuser WHERE uname = '".$_SESSION["Authentication"]."' "; $result = db_resultexecute($sql); } ?>
Your Information: