daveismyname on 09/27/09
Last Edited at 09/27/09 07:17pm
$id = mysql_real_escape_string($_GET['id'];$sql = mysql_query("DELETE FROM table WHERE id = '$id'");header('Location: ' . $_SERVER['HTTP_REFERER']);exit;
Report this snippet Tweet
Comment:
You need to login to post a comment.