From 0d2aa8857b56976b89b963b7d6bd92ee852b595c Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 20 Mar 2026 08:46:20 +0000 Subject: [PATCH] image and layout changes --- contact.php | 54 +++++++++++++++++++++++++------------------- sections/counter.php | 2 +- 2 files changed, 32 insertions(+), 24 deletions(-) diff --git a/contact.php b/contact.php index 65b05b4..d9b7eaf 100644 --- a/contact.php +++ b/contact.php @@ -16,32 +16,40 @@ include_once $URLcorrection . "includes/header.php"; +
+ $location, + ); + + // Merge additional data with $_REQUEST + $request_data = array_merge($_REQUEST, $data); + + curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($request_data)); + echo "
"; + echo "


"; + echo curl_exec($ch); + echo "
"; + curl_close($ch); + + ?> +
+ $location, -); - -// Merge additional data with $_REQUEST -$request_data = array_merge($_REQUEST, $data); - -curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($request_data)); -echo "
"; -echo "


"; -echo curl_exec($ch); -echo "
"; -curl_close($ch); include_once $URLcorrection . "includes/footer.php"; diff --git a/sections/counter.php b/sections/counter.php index eff369b..793d34d 100644 --- a/sections/counter.php +++ b/sections/counter.php @@ -1,5 +1,5 @@
-
+