Chat with Us ?>

Our Projects

From plantation drives to national records, here is what we have achieved.

$sql = "SELECT * FROM projects WHERE status='active' ORDER BY created_at DESC"; $result = mysqli_query($conn, $sql); if (mysqli_num_rows($result) > 0) { echo '
'; while($row = mysqli_fetch_assoc($result)) { // Image Fallback $imgPath = !empty($row['image']) ? 'assets/images/' . $row['image'] : 'https://picsum.photos/seed/project/300/200'; ?> } echo '
'; } else { echo '

No projects found.

'; } ?>