One Hat Cyber Team
Your IP :
216.73.216.240
Server IP :
162.240.106.28
Server :
Linux server.ganesand.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
Server Software :
Apache
PHP Version :
7.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thoa
/
public_html
/
admin
/
View File Name :
get_card.php
<?php include('config.php'); $cid1 = $_REQUEST['cid1']; session_start(); ?> <?php $sql = mysqli_query($con,"select * from card where C_NAME= '".$cid1."'");?> <?php $drop3 = mysqli_fetch_array($sql); if($drop3) /* <input type="text" class="form-control" name="custid" value="<?php echo $drop3['AP_NO']; ?>"> */ { ?> <div class="form-group col-sm-10"> <label for="exampleInputEmail1">Designation:</label> <textarea class="form-control" rows="1" id="cdes1" name="cdes1" readonly><?php echo $drop3['C_DES']; ?></textarea> </div> <?php } ?>