whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
update
/
Upload File:
files >> /home/kckglobal/public_html/update/fetch.php.tar
home/kckglobal/public_html/fetch.php 0000644 00000001077 15032221262 0013531 0 ustar 00 <?php // DB connection include 'config.php'; if(!empty($_POST["id"])) { $id = $_POST["id"]; $resultrd = mysqli_query($link, "SELECT * FROM custom_fields_data WHERE custom_field_id = '6' AND model_id = '" . $row["id"]. "'"); $rowrd = $resultrd->fetch_assoc(); $biodata=$rowrd['value']; echo $biodata."<br/>"; $resultrd = mysqli_query($link, "SELECT * FROM custom_fields_data WHERE custom_field_id = '7' AND model_id = '" . $row["id"]. "'"); $rowrd = $resultrd->fetch_assoc(); $imgurl=$rowrd['value']; echo $imgurl."<br/>"; } ?>