Faqts : Computers : Programming : Languages : PHP : Database Backed Sites : MySQL

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 37 people (14%) answered Yes
Recently 1 of 10 people (10%) answered Yes

Entry

How do I display items in many columns and rows from mysql?

Jul 17th, 2000 11:12
Matt Gregory, Dennis Chung, unknown unknown,


Try using a standard html table generated by looping through the result 
set and creating a header for the table with the field names and then 
adding a new <tr> tag for each record and a new <td> tag for each field 
entry.