I want to display one of my SQL tables on an HTML or PHP table using a MySQL database. I looked online but was unable to use this option. Please, if you could, assist me with the coding.
database = 'hrmwaitrose'
username = 'root'
host = 'localhost'
There is no password. I want to show the information from the "employee" table.
Can someone please help me with this?