Jump to content

Php and table columns/rows


mclard

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.