mclard Posted June 26, 2008 Share Posted June 26, 2008 Hi, Could anyone tell me the most efficient way to output data from a mysql database into a table in php so as i could output data so as after say 10 entries it starts a new table row. Ive managed to fudge it in the past but having numerous if statements within a whill statement seemed a bit clumsy if $row == 10 { echo "</tr><tr>"; $row++ } elseif $row ==20 etc.etc.etc Thanks Link to comment https://forums.phpfreaks.com/topic/112008-php-and-table-columnsrows/ Share on other sites More sharing options...
trq Posted June 26, 2008 Share Posted June 26, 2008 Its covered in this post here in our FAQ/Code snippet repository. Link to comment https://forums.phpfreaks.com/topic/112008-php-and-table-columnsrows/#findComment-574932 Share on other sites More sharing options...
mclard Posted June 26, 2008 Author Share Posted June 26, 2008 Thanks for the fast response Link to comment https://forums.phpfreaks.com/topic/112008-php-and-table-columnsrows/#findComment-574933 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.