Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/master'
  • Loading branch information
etl12003 committed Apr 26, 2017
2 parents 25b653a + 748224d commit 2fba863
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Wello/www/addwell.php
Expand Up @@ -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
Expand Down Expand Up @@ -142,7 +148,7 @@ if($_SERVER['REQUEST_METHOD']=='POST') {
<ul class="inputs" id="report-metadata">
<li>
<label for="well-completion-date">Date well completed</label>
<input name="well-completion-date" readonly>
<input name="well-completion-date" >
</li>

<li>
Expand Down

0 comments on commit 2fba863

Please sign in to comment.