From 3666f491bd8cd736c4630ab12f1d02bf36dfaef0 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Mon, 6 May 2024 22:58:23 -0700 Subject: [PATCH] Fix require to require_once --- contact.php | 77 +++++++++++++++++++++++++++-------------------------- dj.php | 4 +-- djs.php | 4 +-- genre.php | 4 +-- genres.php | 4 +-- index.php | 6 ++--- mix.php | 6 ++--- 7 files changed, 53 insertions(+), 52 deletions(-) diff --git a/contact.php b/contact.php index d43a1c7..78896e9 100644 --- a/contact.php +++ b/contact.php @@ -1,12 +1,12 @@ send_message("Name: $name\nEmail: $email\nMessage: $message"); } @@ -20,47 +20,48 @@ if ($_POST) { } } ?> -
+
+
+
+
+ +
+
+
+
- +

+

For any inquiries, please complete the form below.

+
+
+
+
+
+
+ + +
+
+ + +
+
+ + +
+ +
-
-
-
-
-

-

For any inquiries, please complete the form below.

-
-
-
-
-
-
- - -
-
- - -
-
- - -
- -
-
-
-
- + diff --git a/djs.php b/djs.php index 3a9f19e..200e717 100644 --- a/djs.php +++ b/djs.php @@ -1,6 +1,6 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/genre.php b/genre.php index 6ba9012..6db7f47 100644 --- a/genre.php +++ b/genre.php @@ -1,6 +1,6 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/genres.php b/genres.php index 6edddbc..8b59d3b 100644 --- a/genres.php +++ b/genres.php @@ -1,6 +1,6 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/index.php b/index.php index a1a4ba1..994f0c0 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ +require_once 'includes/header.php'; ?>
@@ -16,4 +16,4 @@ require 'includes/header.php'; ?>
- \ No newline at end of file + \ No newline at end of file diff --git a/mix.php b/mix.php index ff551b1..3b0fbbe 100644 --- a/mix.php +++ b/mix.php @@ -1,6 +1,6 @@ +require_once 'includes/header.php'; ?>
@@ -338,4 +338,4 @@ require 'includes/header.php'; ?>
- \ No newline at end of file + \ No newline at end of file