From 748224de6ced4fcbcaf756162a02cf822b136865 Mon Sep 17 00:00:00 2001 From: MFox Date: Wed, 26 Apr 2017 13:41:54 -0400 Subject: [PATCH] Made some tweaks --- Wello/www/addwell.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Wello/www/addwell.php b/Wello/www/addwell.php index e843abc..00ccaac 100644 --- a/Wello/www/addwell.php +++ b/Wello/www/addwell.php @@ -50,13 +50,19 @@ if($_SERVER['REQUEST_METHOD']=='POST') { $Insert_Query = "INSERT INTO well_pending ( + Permit_Number, Registration_Number, State_Well_No, - Other_No) + Other_No, + Owner_First_Name, + Owner_Last_Name) VALUES ( + '$PermitNumber', '$RegistrantNumber', '$StateWellNumber', - '$OtherNumber')"; + '$OtherNumber', + '$OwnerFirstName', + '$OwnerLastName')"; $form_update = "UPDATE well_completion_report @@ -142,7 +148,7 @@ if($_SERVER['REQUEST_METHOD']=='POST') {