The following codes brings out all the individual data in the database. All I need is to display a single individual data session in username and password.
Code used:
$sql= "SELECT * FROM $db_tbl WHERE username='" . $_SESSION['myusername'] . "'LIMIT 1";