Snippets tagged “database-access”
1 snippet uses this tag.
- The mysql extension is deprecated and will be removed in the future: use mysqli or PDO insteadPHP
It is true that the MySQL extension is deprecated, and it is recommended to use either MySQLi or PDO instead.