PHP code example of rubo77 / php-mysql-fix

1. Go to this page and download the library: Download rubo77/php-mysql-fix library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

rubo77 / php-mysql-fix example snippets



json
{
    "ubo77/php-mysql-fix": "^4.0"
    },
    "autoload": {
        "files": [
            "vendor/rubo77/php-mysql-fix/fix_mysql.inc.php"
        ]
    }
}