prepared_query(" SELECT 1 FROM `users_main` WHERE `ID` = '$FriendID' "); if (!$DB->has_results()) { error(404); } $DB->prepared_query(" INSERT IGNORE INTO `friends` (`UserID`, `FriendID`) VALUES ('$LoggedUser[ID]', '$FriendID') "); header('Location: friends.php');