Downgrade the PHP version to 5.6 which is the last good 5.x release. Start converting your code from mysql_connect to mysqli_connect or PDO. PDO ...
確定! 回上一頁