sql >> データベース >  >> RDS >> Mysql

PHPMySQLエラー処理

    どうですか:

    function customDie($location) {
        header('Location: ' . $location);
        exit();
    }
    
    
    mysql_query($sql) or customDie("/error");
    


    1. ヘッダーはすでにフラッシュ機能を介して送信されていますか?

    2. MySQLローカルホスト/127.0.0.1の問題

    3. PHP、データベースからデータを取得

    4. MYSQL-日付間のタイムスタンプを取得する