Advertisement
rizkyalviandra

table.html

Oct 7th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.25 KB | None | 0 0
  1. <Table>
  2.     <tr>
  3.         x
  4.         foreach($table1 as $key) {
  5.             <td>$key.data</td>
  6.         }
  7.     </tr>
  8.     <tr>
  9.         y
  10.         foreach($table1 as $key2) {
  11.             <td>$key.data</td>
  12.         }
  13.     </tr>
  14.     <tr>
  15.         z
  16.         foreach($table1 as $key2) {
  17.             <td>$key.data</td>
  18.         }
  19.     </tr>
  20. </Table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement