PHP: Export MySQL data to an Excel file.
This is a tutorial on how to export MySQL data to an Excel file using PHP.
Read More...This is a tutorial on how to export MySQL data to an Excel file using PHP.
Read More...This is a PHP tutorial on how to close a PDO connection.
Read More...This is a short guide on how to copy a MySQL table using PHP.
Read More...This is a short guide on how to get the year and month from a date column in MySQL.
Read More...This is a PHP tutorial on how to list all of the indexes that have been assigned to a MySQL table.
Read More...This is an issue that occurs because MySQL 8 changed its default charset to utfmb4.
Read More...This is a short tutorial on how to get a list of all MySQL databases using PHP’s PDO object.
Read More...This is a tutorial on how to count the number of rows in a MySQL table using PHP’s PDO object.
Read More...In this tutorial, I will be showing you how to check if a row exists in MySQL. To do this, I will be using PHP’s popular PDO object.
Read More...The other day, some of our users reported that saving data had become extremely slow. In some cases, forms were taking up to 15 seconds to submit.
Read More...If you are encountering this error, it is probably because you are trying to use the old mysql_* functions in PHP 7.
Read More...When it comes to columns such as INT (11) and TINYINT (3), the number in brackets isn’t actually that important.
Read More...This is a short guide on how to get the ID of the last inserted row using PDO’s lastInsertId method.
Read More...Having trouble logging into a new install of phpMyAdmin? This article should save you some time and confusion!
Read More...This is a short tutorial on how to create a simple Reset Password form with PHP and MySQL.
Read More...This is a short PHP tutorial on how to use the wildcard character when using prepared statements with the PDO object.
Read More...In this tutorial, I will show you how to create an Ajax search form using JQuery, PHP and MySQL.
Read More...This is a simple tutorial on how to use PHP to cache the results of an SQL query to the file system.
Read More...This is a guide on how to select all MySQL records from today (or another specified day).
Read More...This is a tutorial on how to add columns to a MySQL table using PHP.
Read More...