Actualités

Compatibility All functions are tested on MySQL 5.1, 5.5 and MariaDB 5.5, 10. Many functions are universal and can run without any problem in another versions. If problems in any version major 5 or ...
Each mysql_ function has its own pdo_mysql_ equivalent (or will do) and will work out of the box like this. This is designed so that you can do a find and replace adding pdo_ infront of the mysql ...
This tutorial walks you through the steps to select data in a table from a MySQL database using PHP in XAMPP stack.
In previous posts we have learned about creating a connection to a mysql database with procedural and object oriented way, we also learn how to run a query with mysqli. this article demonstrates how ...