Gazelle/sections/friends/remove.php
2011-03-28 15:21:28 +01:00

4 lines
132 B
PHP

<?
$DB->query("DELETE FROM friends WHERE UserID='$LoggedUser[ID]' AND FriendID='$P[friendid]'");
header('Location: friends.php');
?>