-3
$cat_insert=$mysqli->query("INSERT INTO tbl_category (service_name,isactive,isHome,image,order_id,footer_show) values ('$service_name','$isactive','$isHome','$filePath','$order_id',$footer_show)") or trigger_error(mysql_error());
echo $mysqli->error;
$row_cnt = $cat_insert->num_rows;
echo "Rows=$cat_rows";
コードスニペットを投稿するだけでなく、問題点をより明確にするために質問を更新する必要があります –
あなたの質問/問題は不明です –