View Single Post
Old 01-16-2008, 11:16 PM   #11 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

PHP Code:
$id $data->post("id");

mysql_query("DELETE FROM `items` WHERE `id` = '$id'") or die(mysql_error());
echo 
"Item deleted";
?> 
__________________

Village Idiot is offline  
Reply With Quote