im having some issues displaying some rows in MySQL database.

i want to be able to query some rows and display them with html using the <table> tags to keep things neat, i have tried several ways but i just can't seem to get it right.

the query that i am using i with php, so i tried using html to show the data in a table with cells, rows and columns. can you help me?