query($sql); if ($result) { while ($row = $result->fetch_assoc()) { $projects[] = $row; } } ?>
Coming Soon