include("Harici/config.php"); ?>
$sordum = mysql_query("select * from haber where tur=61 and durum=52 order by sira,no limit 1"); while($ogrendim = mysql_fetch_assoc($sordum)){
$gorsel_sorgum = mysql_query("select dosya from gorsel where haber='$ogrendim[no]'");
$gorsel_ogrendim = mysql_fetch_assoc($gorsel_sorgum);
$ogrendim["gorsel"] = $gorsel_ogrendim["dosya"];
$sonucogrendim[] = $ogrendim;}?>
for($i=0; $i
}} ?> |
|||