Jump to content

Table layout from sql


tobeyt23

Recommended Posts

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

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.