Direct view of table from phpMyAdmin
We can see the table directly from the phpMyAdmin which is the database or php. In this page,we will show how to view a table in the database that we created.
Type the following link to view MySQL in your browser.
http://localhost/phpmyadmin
By typing the above link, you can see the following window on your computer
Click on the database you created you created, you can see it in the left side as below:
Then click on the name of the table that you created as shown below:
Here you can see the table that you created and the data that you entered and stored in your table.
Type the following link to view MySQL in your browser.
http://localhost/phpmyadmin
By typing the above link, you can see the following window on your computer
Click on the database you created you created, you can see it in the left side as below:
Then click on the name of the table that you created as shown below:
Here you can see the table that you created and the data that you entered and stored in your table.
⇐Prev
Next⇒
Comments
Post a Comment