Could someone show me some code for a loop table in php or point me to a website with a example of something similar
What i want is
But i want is php to create it like thisCode:<table width="200" border="1"> <tr> <td></td> <td></td> </tr> </table>
ThanksCode:<table width="200" border="1"> <tr> <td>MySQL Result1</td> <td>MySQL Result2</td> </tr> <tr> <td>MySQL Result3</td> <td>MySQL Result4</td> </tr> </table>
Jack



LinkBack URL
About LinkBacks


Reply With Quote


