Code: /** * mysql エラーフラグ 設定 */ mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT); /** * mysql 接続 */ $m […]