prepare("UPDATE users SET bio = ?, interests = ? WHERE id = ?"); try { $stmt->execute([$bio, $interests, $_SESSION['user_id']]); header("Location: dashboard.php"); exit; } catch (PDOException $e) { $error = "Database error: " . $e->getMessage(); } } } $platformName = defined('PLATFORM_NAME') ? PLATFORM_NAME : 'Gatsby'; $skills_options = ['Frontend Development', 'Backend Development', 'Mobile App Development', 'UI/UX Design', 'Digital Marketing', 'Sales & Business Dev', 'Data Science', 'Operations', 'Finance', 'Legal']; ?>
Let people know what you're building and what skills you have.