PATCH INSTALL (small size, no images)
=================================
This zip only contains the backend files you need.
Use it as an overlay on TOP of your existing website folder.

Option A) If you open site as http://localhost/ali/contact.html
---------------------------------------------------------------
- Extract this zip INSIDE your 'ali' folder (htdocs/ali/).
- Final paths will be:
    htdocs/ali/config.php
    htdocs/ali/order/lead.php
- Run schema.sql in phpMyAdmin to create DB & table.
- Test the form on contact.html (and popups).

Option B) If you open site as http://localhost/contact.html (root)
------------------------------------------------------------------
- Also copy the 'order' folder to the web root so you have:
    htdocs/order/lead.php
- (Keep the copy inside htdocs/ali/order as well if some pages use relative paths.)

Database
--------
- DB: mywebsite (change inside config.php if you want)
- User: root
- Pass: (empty string)

Troubleshooting
---------------
- If you see a 500 error, open browser devtools > Network > check response JSON.
- If it says "Database connection failed", confirm DB name/user/pass in config.php.
- If you get SQL errors, make sure you ran schema.sql in phpMyAdmin.

