trillion Posted November 1, 2007 Share Posted November 1, 2007 I am trying to display results from a MySql query using php sort of like this: result_row_0 | result_row_1 | result_row_3 result_row_4 | result_row_5 | result_row_6 ... et cetera ... this is to say that I have an undetermined # of rows of data and I wish to display the first three on one row of a table, the next three on a second table row and so on. Thanks for any help or ideas. Link to comment https://forums.phpfreaks.com/topic/75670-php-mysql-result-layout/ Share on other sites More sharing options...
GingerRobot Posted November 1, 2007 Share Posted November 1, 2007 Take a look at this FAQ here: http://www.phpfreaks.com/forums/index.php/topic,95426.0.html Should be exactly what you need. Link to comment https://forums.phpfreaks.com/topic/75670-php-mysql-result-layout/#findComment-382917 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.