From c6c453a9548a20d51f2c63acb7f42bd926552739 Mon Sep 17 00:00:00 2001 From: Salah Talamali Date: Tue, 24 Nov 2020 18:58:43 +0000 Subject: [PATCH] added a folder php for storing contact.php, changed the paths in index.html and contact.js --- .DS_Store | Bin 14340 -> 14340 bytes index.html | 2 +- js/contact.js | 2 +- contact.php => php/contact.php | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename contact.php => php/contact.php (100%) diff --git a/.DS_Store b/.DS_Store index ac77f50682fbd42c09eae9142a29caa31e6eab3f..1a1af155e46c0e760d66d58102aa5096ecc3fd16 100644 GIT binary patch delta 130 zcmZoEXepTBgHU^hRb=w=>)WxT1(3Website Address
-
+
diff --git a/js/contact.js b/js/contact.js index 76d91b9..b03e715 100755 --- a/js/contact.js +++ b/js/contact.js @@ -13,7 +13,7 @@ $(function () { // if the validator does not prevent form submit if (!e.isDefaultPrevented()) { - var url = "contact.php"; + var url = "../php/contact.php"; // POST values in the background the the script URL $.ajax({ diff --git a/contact.php b/php/contact.php similarity index 100% rename from contact.php rename to php/contact.php