edit

parent 678b1f73
...@@ -23,8 +23,11 @@ $row = mysqli_fetch_array($query); ...@@ -23,8 +23,11 @@ $row = mysqli_fetch_array($query);
if($row['bukti'] == NULL && $row['status'] == NULL){?> if($row['bukti'] == NULL && $row['status'] == NULL){?>
<form action="konfirmasi.php?id=<?php echo $id;?>" method="POST" enctype="multipart/form-data"> <form action="konfirmasi.php?id=<?php echo $id;?>" method="POST" enctype="multipart/form-data">
<input type="file" style="width:200px" name="gambar"> <div class="col-md-offset-5">
<label>Silahkan Kirim konfirmasi pembayaran</label><br>
<input type="file" style="width:200px" name="gambar"><br>
<input type="submit" name="submit" class="btn btn-info" value="Pesan Sekarang" > <input type="submit" name="submit" class="btn btn-info" value="Pesan Sekarang" >
</div>
</form>'; </form>';
<?php <?php
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment