detox Posted January 12, 2010 Share Posted January 12, 2010 how to format the row data into an html table lets say i have 30 rows i want to display all data (30 pieces of data, 1 piece from each row) named "name" into 5 html table columns where each column has 100 rows of data also if the amout of data is umknown say something different than 30 i need the formatting to beable to dynamically take care of it++. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Link to comment https://forums.phpfreaks.com/topic/188231-how-to-format-the-row-data-into-html-table/ Share on other sites More sharing options...
detox Posted January 13, 2010 Author Share Posted January 13, 2010 I need to know how to output SQL row data into an HTML TABLE lets say i have 28 SQL ROWS i want to display 1 piece of data from each row named "name" into 7 HTML COLUMNS where each HTML TABLE COLUMN has 4 rows of data. The solution also needs to be able to increase or decrease the HTML ROWS dynamically when the amount of data is increased or decreased by an unknown amount. Thanks for the help ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - Link to comment https://forums.phpfreaks.com/topic/188231-how-to-format-the-row-data-into-html-table/#findComment-994045 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.