added form validation and design

This commit is contained in:
2025-08-11 17:35:51 +05:45
parent e7c1d50e9f
commit 5fb284e4b6
91 changed files with 12072 additions and 72 deletions

View File

@@ -1,13 +1,5 @@
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php82” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
# RewriteEngine On
# # Remove .php extension from URLs (e.g., /contactt -> contact.php)
@@ -21,6 +13,9 @@
<Files "mailQuery.php">
RewriteEngine Off
</Files>
<Files "mailContact.php">
RewriteEngine Off
</Files>