1. Simple Tutorial on using MySQL with PDO that works with PHP 7
Updated on: 2017-01-18
Posted on: 2017-01-18
Most PHP applications use MySQL databases but since PHP 7 was introduced the old MySQL extension was discontinued. Developers need to migrate either to using MySQLi or PDO.
Using PDO makes your code usable also with other types of databases besides MySQL.
Read this tutorial to learn how to perform simple common database queries as well perform table schema management operations using the PHP PDO database class.
More ... Post a comment See comments (4) Trackbacks (0)
Using PDO makes your code usable also with other types of databases besides MySQL.
Read this tutorial to learn how to perform simple common database queries as well perform table schema management operations using the PHP PDO database class.
More ... Post a comment See comments (4) Trackbacks (0)