Reprence Html CSS javascript PHP MySQL Bootsrap

PHP MySQL Select Data

Select Data From a MySQL Database

The SELECT statement is used to select data from one or more tables.:

SELECT column_name(s) FROM table_name

SELECT * FROM table_name

Server Connect

Try It YourSelf