$product_ids = getProductIds(); foreach($product_ids as $product_id) { $sql = "delete from product_table"; $db->run($sql); }