Patient Testimonials & Success Stories
Real stories from real patients who found hope and healing at Safe Care Practice Psychiatry
""
Ready to Start Your Healing Journey?
Join our community of patients who have found hope and healing.
prepare("SELECT COUNT(*) FROM testimonials WHERE status = 'approved'"); $stmt->execute(); $total = $stmt->fetchColumn(); $total_pages = ceil($total / $per_page); // Get approved testimonials $stmt = $pdo->prepare(" SELECT * FROM testimonials WHERE status = 'approved' ORDER BY featured DESC, submitted_date DESC LIMIT :offset, :per_page "); $stmt->bindParam(':offset', $offset, PDO::PARAM_INT); $stmt->bindParam(':per_page', $per_page, PDO::PARAM_INT); $stmt->execute(); $testimonials = $stmt->fetchAll(); // Get featured testimonials for sidebar $stmt = $pdo->query("SELECT * FROM testimonials WHERE status = 'approved' AND featured = 1 ORDER BY submitted_date DESC LIMIT 3"); $featured = $stmt->fetchAll(); // Get rating stats $stmt = $pdo->query(" SELECT AVG(rating) as avg_rating, COUNT(*) as total_reviews, SUM(CASE WHEN rating = 5 THEN 1 ELSE 0 END) as five_star, SUM(CASE WHEN rating = 4 THEN 1 ELSE 0 END) as four_star FROM testimonials WHERE status = 'approved' "); $stats = $stmt->fetch(); ?>
Real stories from real patients who found hope and healing at Safe Care Practice Psychiatry
""
Join our community of patients who have found hope and healing.