Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
wpDataTables_v1.6.1
/
templates
:
constructor_preview.inc.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<table> <thead> <tr> <?php foreach( array_keys( $result[0] ) as $header ){ ?> <th><?php echo $header ?></th> <?php }?> </tr> </thead> <tbody> <?php foreach( $result as $row ){ ?> <tr> <?php foreach( $row as $cell ){ ?> <td><?php echo $cell ?></td> <?php } ?> </tr> <?php } ?> </tbody> </table>