How to use PHP & phpMyAdmin Tools This isĀ a tutorial for using phpMyAdmin tools (Create Database and Create Table)
ShotDev Focus:
- PHP & phpMyAdmin (Create Database and Create Table)
Screenshot
Open the phpMyAdmin Run : http://localhost/phpMyAdmin/ and Enter user & password
On the screen page input new database
This screen input new table name and number of fields. Ex 1 : customer
This screen input a field name and attribute detail
Table create complete. This screen show view table structor
.
.
Ex 2 : country
.
.
Ex 3 : audit
.
.
Input data to table customer
Input data to table country
Input data to table audit