PHP Tutorial

PHP Get ID Of Last Inserted Data In MySQL

Submitted by alpha_luna on

PHP Get ID Of Last Inserted Data In MySQL

After creating the tutorial for Inserting Data and Updating Data In MySQL, we can use this to get the ID for the last data that we inserted or updated in the table. For example, our table is “tbl_registration” and the ID is an AUTO_INCREMENT. You can visit the

How To Create Pagination In PHP Using PDO

Submitted by alpha_luna on
In this article, we are going to learn on How To Create Pagination In PHP Using PDO. This work is very simple, using PHP in PDO without the use of jQuery or Ajax and it is PHP use only. You can use this to your work or projects that have a lot of data to display and to minimize the space of your one page.