As title, it seems that the `mysql_*` functions are deprecated/removed since PHP version is `7.0`. And we should consider using the `PDO` and `MySQLi` to be compatible with `PHP-7.x` versions.
As title, it seems that the
mysql_*functions are deprecated/removed since PHP version is7.0.And we should consider using the
PDOandMySQLito be compatible withPHP-7.xversions.