query("SELECT * FROM settings"); $settings = $settings_stmt->fetchAll(PDO::FETCH_KEY_PAIR); $site_title = $settings['site_title'] ?? 'Survey App'; // Fetch total responses $responses_stmt = db()->query("SELECT COUNT(*) FROM survey_responses"); $total_responses = $responses_stmt->fetchColumn(); ?> <?php echo htmlspecialchars($site_title); ?> - Create & Share Surveys

Build beautiful, intuitive surveys in minutes. Gather feedback, analyze data, and gain insights to drive your business forward.

Take a Sample Survey

Easy to Use

An intuitive interface makes survey creation a breeze.

Powerful Insights

Analyze responses with real-time charts and data exports.

Total Responses