<?php $agent = $_SERVER['HTTP_USER_AGENT']; $baseUrl = 'https://hrudayt.com/'; // Adjust to match your site’s base URL header('Location: ' . $baseUrl . 'Website_Files/index.php'); exit; ?>
<?php header('Location: Website_Files/index.php'); exit; ?>
CREATE TABLE website_texts ( id INT AUTO_INCREMENT PRIMARY KEY, text_key VARCHAR(255) UNIQUE NOT NULL, text_value TEXT NOT NULL ); Go or Ctrl + Enter – To run query.
INSERT INTO website_texts (text_key, text_value) VALUES ('site_title', 'Welcome to Grovel'), ('home_heading', 'Discover Our Services'), ('home_paragraph', 'We provide top-quality solutions for all your needs.'), ('about_heading', 'About Grovel'), ('about_paragraph', 'Grovel is committed to delivering excellence in every project.'), ('contact_heading', 'Get in Touch'), ('contact_paragraph', 'Reach out to us anytime. We’re here to help.'); Go or Ctrl + Enter – To run query.