PHP/MySQL
PHP Limit Data Selections In MySQL
In this tutorial, we are going to tackle about PHP Limit Data Selections From MySQL. We have to use a LIMIT function to specify the number of our data to display. You can use this codes if you have a pagination table to have multiple pages to minimize the size of your data table.
We are going to set the LIMIT of our data into 4.
Add, Edit, Delete with data table using PDO in PHP/MySQL
This simple project is created using PDO or it's called PHP Data Objects and it's a database driven using MySQL as a database. This project is intended for beginners in using PDO.
PHP Insert Multiple Data In MySQL
If you are looking for a tutorial on How To Insert Multiple Data In MySQL then you are at the right place. In my previous tutorial, we already have a PHP Inserting Data To MySQL.