home/kckglobal/public_html/fetch.php 0000644 00000001077 15032221262 0013531 0 ustar 00 fetch_assoc();
$biodata=$rowrd['value'];
echo $biodata."
";
$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."
";
}
?>