query('SELECT title, category, budget, description, skills FROM jobs ORDER BY created_at DESC'); $jobs = $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { // In a real application, you would log this error and show a user-friendly message. die("Could not connect to the database and fetch jobs: " . $e->getMessage()); } ?> Browse Jobs - SkillRunner

Open Opportunities

Find your next project and start earning.

No Jobs Posted Yet

Check back soon for new opportunities or be the first to post a job!

Post a Job

...

' . htmlspecialchars(trim($skill)) . ''; } ?>