Fetch User Data From Database

I need help with my function that fetches user data from the database.
The user info is not being displayed properly.

Functions.php

profile.php
<?php

include_once("includes/functions.php");

$username = "$_SESSION[username]";
$row = …

Leave a Reply

Your email address will not be published. Required fields are marked *