FD_F Posted February 14, 2009 Share Posted February 14, 2009 hi i using in the start of the code : echo "<table border='2'> <tbody> <tr> <td><b>ID</td> <td><b>TO</td>; than i have some loops with result how i can isert to the same table the result ? i tryed : * loops code * echo " <tr> <td>" . substr($buffer, $pos2 + 1, $pos . "</td>") . " </tr> </tbody> </table> "; Link to comment https://forums.phpfreaks.com/topic/145171-dynamic-table-structure-help/ Share on other sites More sharing options...
ratcateme Posted February 14, 2009 Share Posted February 14, 2009 <td>" . substr($buffer, $pos2 + 1, $pos) . "</td>" maybe i dont know Link to comment https://forums.phpfreaks.com/topic/145171-dynamic-table-structure-help/#findComment-761943 Share on other sites More sharing options...
FD_F Posted February 14, 2009 Author Share Posted February 14, 2009 i try its the same i need keep the same table session so it will be on the same lines any idea what structure i can use? Link to comment https://forums.phpfreaks.com/topic/145171-dynamic-table-structure-help/#findComment-762124 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.