Jump to content

Dynamic table structure help


FD_F

Recommended Posts

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

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.