prepare("SELECT * FROM pages WHERE page_key = :page_key"); $stmt->bindValue(':page_key', 'how_it_works'); $stmt->execute(); $page = $stmt->fetch(); ?>

How It Works

Content not found. Please set up the 'How It Works' page in the admin dashboard.