Skip to content

Commit

Permalink
Update prescribe.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kishan0725 authored Jun 3, 2020
1 parent 9f708a6 commit c3bd239
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions prescribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@
<!-- <input type="text" class="form-control" name="prescription" required> -->
<textarea id="prescription" cols="86" rows ="10" name="prescription" required></textarea>
</div><br><br><br>
<input type="hidden" name="fname" value="<? echo $fname ?>" />
<input type="hidden" name="lname" value="<? echo $lname ?>" />
<input type="hidden" name="appdate" value="<? echo $appdate ?>" />
<input type="hidden" name="apptime" value="<? echo $apptime ?>" />
<input type="hidden" name="pid" value="<? echo $pid ?>" />
<input type="hidden" name="ID" value="<? echo $ID ?>" />
<input type="hidden" name="fname" value="<?php echo $fname ?>" />
<input type="hidden" name="lname" value="<?php echo $lname ?>" />
<input type="hidden" name="appdate" value="<?php echo $appdate ?>" />
<input type="hidden" name="apptime" value="<?php echo $apptime ?>" />
<input type="hidden" name="pid" value="<?php echo $pid ?>" />
<input type="hidden" name="ID" value="<?php echo $ID ?>" />
<br><br><br><br>
<input type="submit" name="prescribe" value="Prescribe" class="btn btn-primary" style="margin-left: 40pc;">

Expand Down

0 comments on commit c3bd239

Please sign in to comment.