MySQL Query Window

Submitted by cngirwa on
The software connects to the local server on your computer, then you can run MySQL commands inside the software without the need to open a web browser and navigate to phpmyadmin. This software can; 1. create,set password or delete a user on server 2. create,alter.insert or drop table 3. backup database 4. restore database 5. create a database 6. view previous queries you executed 7. search query

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