From b5f8ca322ada5e357180e1bb6ca3351b4dcff6a5 Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Mon, 22 Apr 2019 19:27:35 -0400 Subject: [PATCH] Updated variable name --- submit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submit.php b/submit.php index a9ac09d..8f0dd70 100644 --- a/submit.php +++ b/submit.php @@ -12,7 +12,7 @@ if($conn->connect_error) { } $url = $_GET['url']; -$title = $_GET['name']; +$title = $_GET['title']; $username = $_GET['username']; $description = $_GET['description']; $event_date = $_GET['video-date'];