Can anyone Please help me out With this. Foreach Error seems Endless - PHP
Hi Gi, Please what wrong with my code. I have been trying it out for ours now. <?php include 'models/database.php'; $pdo = Database::connect(); $sql = 'SELECT * FROM customers ORDER BY staff_id DESC'; foreach ($pdo->query($sql) as $ro...
Jun 26, 2016JWM