Jump to content

php - mysql result layout


trillion

Recommended Posts

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

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.