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 issue occurs because MySQL 8 changed its default charset to utfmb4. As a result, older software might not be able to connect to it.
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 undefined error, then it means that 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...An example of exporting MySQL rows to a CSV file that is downloaded by the user’s browser.
Read More...This is an extremely simply tutorial on how to populate a drop down list using values that you’ve selected from MySQL.
Read More...This is a tutorial on how to save PHP objects to a MySQL database. This method will also work with other DBMS systems such as SQL Server and PostgreSQL.
Read More...This is probably one of the most common PHP errors.
Read More...This PHP tutorial will show you how to empty a MySQL table using the PDO object.
Read More...This is a tutorial on how to retrieve a list of MySQL tables using PHP and the PDO object.
Read More...In this guide, we will show you how to use transactions with PHP’s PDO object.
Read More...Measure the execution time of an SQL query in PHP.
Read More...This tutorial will show you how to get the structure of a MySQL table using PHP’s PDO object.
Read More...An alternative solution to expiring MySQL rows and records.
Read More...This is a short tutorial on how to connect to multiple MySQL databases in the same script using the PDO object.
Read More...An introductory tutorial to building user login & registration forms with PHP’s PDO object.
Read More...This PHP tutorial will show you how to delete database rows using the PDO object and prepared statements.
Read More...A beginners tutorial on updating MySQL rows with the PDO object.
Read More...A beginners tutorial on how to select rows from MySQL using the PDO object.
Read More...