The complete programming solution for the beginner
How to display MySQL data in HTML table using Php
The most attractive and best way to display the database records in table format. Below is the simple example to display the records stored in MySQL table. Record Table of Employee
NAME
DEVICE_NAME
NUMBER_OF_UNITS SOLD
TOTAL_PRICE
ROHAN
OVEN
10
70300
SHAYAM
LAPTOP
8
305000
KAMRAN
CAMERA
15
10200
NATHAN
CELL PHONE
20
80000
MARAYA
TELEVISION
5
60000
The above table is a sample example of MySQL table with some records of data.
We need to fetch these data in HTML table to view the data on browser.
No comments:
Post a Comment