sql problems
Posted: Fri Apr 18, 2003 10:46 pm
$category_id=1;
$sql = "DELETE * FROM `shop_category` WHERE `id` = $category_id";
mysql_query($sql);
can some one tell me the syntax to fix this. thnx
$sql = "DELETE * FROM `shop_category` WHERE `id` = $category_id";
mysql_query($sql);
can some one tell me the syntax to fix this. thnx