if ($stmt->prepare($sql)) { // bind parameters and execute statement ... stmt->insert_id; foreach ($_POST['category'] as $cat_id) { if (is_numeric($cat_id)) ...
確定! 回上一頁