You cannot use phpmyqdmin to output html. phpmyqdmin is an application that uses php to access and administer a mysql database.
You need to learn how to use php to generate html output, and then how to use it to extract data from a database and dynamically generate html output according to the resuts returned from the database. Best bet is to read some of the tutorails on this and then come here with specific questions.