Chats
    fetch(PDO::FETCH_ASSOC)) { $i ++; // Set default values of a friend. $username = $friend["username"]; $userID = $friend["userID"]; $pf = "img/notbad.jpg"; // Change values if needed. if (!empty($friend["profilepicture"])) $pf = $friend["profilepicture"]; // Echo the friend. echo "
  • PF $username
  • "; } ?>