First, we could check to see if the mysqli call returned TRUE (1) or FALSE (0): if ($mysqli->query($sql) <> TRUE) { printf("Statement failed %d: (%s) %s\n" ...
確定! 回上一頁