Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 774 Bytes

ReadMe.md

File metadata and controls

14 lines (10 loc) · 774 Bytes

This is a simple PHP based application which can be used to Create, Retrive, Update, Delete operations on an available MySQL database.

How to use this ?

  1. Host db.php, query_form.html and query.php on your server
  2. Open db.php. Edit the Server name, Username, Password and Database name and enter details of your MySQL server
  3. Open browser and enter http://yoursite.com/query_form.html, you will see a textarea for you to enter the query which you want to run on your MySQL server (One query at a time)
  4. You will see the results of your query on the query.php page

For more details follow the below blog:

https://technobytes.azurewebsites.net/techbytes/?q=web-ui-for-db-mgmt-php-mysql/