tobeyt23 Posted November 13, 2008 Share Posted November 13, 2008 How can I take mysql sql data and layout every 2 in 1 table with 2 cell then do the rest the same way? Like this: <table> <tr> <td>mysql data 1</td> <td>mysql data 2</td> </tr> </table> <table> <tr> <td>mysql data 3</td> <td>mysql data 4</td> </tr> </table> Thanks in advance Link to comment https://forums.phpfreaks.com/topic/132604-table-layout-from-sql/ Share on other sites More sharing options...
Barand Posted November 13, 2008 Share Posted November 13, 2008 see FAQ http://www.phpfreaks.com/forums/index.php/topic,95426.0.html Link to comment https://forums.phpfreaks.com/topic/132604-table-layout-from-sql/#findComment-689564 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.