07-11-2017, 06:14 AM
i got the code to the right pleases and its not showing up
i have been using "admin_users.php" as a reference
and
btw thank you @faguss @mudmin for helping me
i have been using "admin_users.php" as a reference
Code:
//PHP Goes Here!
Code:
$query = $db->query("SELECT * FROM customers")->results();
and
Code:
<?php
Code:
foreach ($customers as $c){ ?>
Code:
<tr>
Code:
<th><?=$c->id?></th>
Code:
<th><?=$c->name?></th>
Code:
</tr>
Code:
<?php } ?>
btw thank you @faguss @mudmin for helping me