home/kckglobal/public_html/fetch.php000064400000001077150322212620013531 0ustar00fetch_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."
"; } ?>