- “WAMP” Server provides Windows based PHP development environment.
- It Stands for :-
W – WINDOWS A – APACHE M – MySQL P– PHP
- It can be downloaded from :-
- In this Demo, “We will see How create database and table in MySQL using PHP admin tool from WAMP server”.
- In Wamp Menu open the php admin .The menu looks like,
- Then go to database section and create a database name “TutorialSavvy” .The screen looks like,
- Now select the “Tutorialsavvy” database by clicking on it. This will take you to a page where we can create new tables for this database.Let’s create a table “Student” with fields name and rollno .The screen looks like,
- Insert a Student row (sandeep,10) by navigating to insert tab.The screen looks like,
- View the inserted row by opening the browse tab. The section looks like,