query("SELECT COUNT(*) as c FROM clients")->fetch_assoc()['c'] ?? 0;
$total_projects = $conn->query("SELECT COUNT(*) as c FROM projects WHERE status='completed'")->fetch_assoc()['c'] ?? 0;
$avg_rating = $conn->query("SELECT ROUND(AVG(rating), 1) as avg FROM testimonials WHERE status='active'")->fetch_assoc()['avg'] ?? 5.0;
// Get services grouped by category (if you have categories table, use that; otherwise group by type)
$all_services = $conn->query("SELECT * FROM services WHERE status='active' ORDER BY id ASC");
// Get projects
$projects_query = $conn->query("SELECT p.*, c.name as client_name, c.company as client_company
FROM projects p
LEFT JOIN clients c ON p.client_id = c.id
WHERE p.status != 'cancelled'
ORDER BY p.created_at DESC LIMIT 6");
// Get blog posts
$blog_query = $conn->query("SELECT p.*, c.name as category_name
FROM blog_posts p
LEFT JOIN blog_categories c ON p.category_id = c.id
WHERE p.status='published'
ORDER BY p.created_at DESC LIMIT 3");
// Get testimonials
$testimonials_query = $conn->query("SELECT * FROM testimonials WHERE status='active' ORDER BY display_order ASC, created_at DESC LIMIT 6");
// Get clients logo/name for trust section
$clients_list = $conn->query("SELECT * FROM clients WHERE status='active' ORDER BY name ASC LIMIT 8");
?>
We provide premium web development, AI-powered WhatsApp chatbots, digital marketing & SEO services to help your business grow online.
Happy Clients Projects Done Client Rating Comprehensive digital solutions tailored for your business growth ... Services coming soon!
At GlobalWebix, we specialize in creating powerful digital solutions that drive business growth.
Founded by Seji Ahmad, we are committed to delivering
excellence in web development, AI solutions, and digital marketing.
Skilled professionals with years of experience We value your time and deliver as promised Always available to help you anytime Premium quality at competitive rates Showcasing our latest completed and ongoing projects ... Projects coming soon! Let's discuss your project and create something amazing together
Or call us directly at +91 7880588713
Businesses that trust us for their digital solutions Insights and tips for your digital growth ... Blog posts coming soon! Hear from businesses we've helped transform ...
Transform Your Business with Digital Excellence
+
+
⭐ /5
Our Premium Services
We Are GlobalWebix - Your Digital Partner
Recent Projects
Ready to Grow Your Business? 🚀
Our Valued Clients
Latest Articles
What Our Clients Say