prepare("SELECT * FROM users WHERE id = ?"); $stmt->execute([$_SESSION['user_id']]); $user = $stmt->fetch(); // Fetch other users with role 'founder' (potential partners) $stmt = db()->prepare("SELECT * FROM users WHERE role = 'founder' AND id != ? ORDER BY created_at DESC"); $stmt->execute([$_SESSION['user_id']]); $partners = $stmt->fetchAll(); $platformName = defined('PLATFORM_NAME') ? PLATFORM_NAME : 'Gatsby'; ?> Find Partners — <?= htmlspecialchars($platformName) ?>
Log Out

Find Co-Founders

Connect with ambitious students building the future.

No potential partners found

Be the first to list your profile or check back later.