You'd need the code to connect to the DB, Query the DB, and Fetch the array results. Then, it's a matter of echoing out the fields in a loop. Since it's the simplist of basics in MySQL, I am not going to give you any details, since very simple searching of these forums as well as the PHP manual will get you some results. (and I realize you are a newbie posting in the newbie forums, but being a newbie doesn't justify a lack of effort, only a lack of knowledge.)
Here's some stuff for you to start looking at...
[man]mysql_db_connect[/man]
[man]mysql_query[/man]
[man]mysql_fetch_array[/man]