How to Fetch Logged in Username
after login, we need to fetch Username. We will explain How to Fetch Logged in Username. index.php <?php include(“db.php”); session_start(); if($_SESSION[‘username’]==””) { session_destroy(); header(“location:index.php”); } ?> <html> <head> <title>Fetch Loged