Extmysql
Extmysql, commonly referred to as the MySQL extension for PHP, was a core PHP extension that provided a procedural interface for interacting with MySQL databases. It offered a set of functions such as mysql_connect, mysql_query, mysql_fetch_assoc, mysql_fetch_array, and mysql_close, enabling scripts to establish connections, send queries, and retrieve results. The extension relied on the libmysqlclient library to communicate with MySQL servers and did not provide object-oriented APIs or native prepared statement support.
Historically, extmysql was the default MySQL interface in early PHP versions, including PHP 4 and early PHP
Extmysql was deprecated in PHP 5.5.0 and removed entirely in PHP 7.0.0. Modern PHP environments no longer