I have a database called "App" and a table called appinfo.
I am able to connect to the database. It has only two entries since I am just trying to learn how to use php and sql together.
The first column in the appinfo table is called ID followed by 10 other columns. The ID is auto_increment.
So my question is how do i display one record's all of the columns in the database in a web page using php?