?!?!?!?!?!?!?! LOL Ashton PLS $user_First_Name = $row[3]; $user_Last_Name = $row[4]; $user_birthdate = $row[5]; $user_country = $row[6]; $user_state = $row[7]; $user_town = $row[8]; $user_signup = $row[9]; $user_bio = $row[10]; $user_image_ext = $row[11]; $user_isOnline = $row[13]; }else{ echo "The data didn't go through."; } /*-- Notification Check --*/ $pending_notification = 0; $query = "SELECT * FROM friends WHERE user_two='$user_id' AND pending='1'"; $requests = mysqli_query($connection, $query); if(mysqli_num_rows($requests) > 0){ $pending_notification = 1; }else{ $pending_notification = 0; } /* old... This fucking breaks. if($requests){ $request = mysqli_fetch_array($requests, MYSQLI_NUM); $request_user_one = $row[1]; $request_pending = $row[3]; if($request_pending == 1){ $pending_notification = 1; } } */ ?>