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') {