Last Record

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 an Advance Record Navigation in C#

Submitted by joken on
This tutorial is a continuation of our last topic called “How to Create a Simple Record Navigation in C#”. But at this moment, we will modify our code and add more additional control such as First Record, Last Record and No of Record. And this look like as shown below. d1 To start building with this application, let’s open first our last project called “student_info”. Then add Buttons and Label.