Hocam kodlar bunlar;
<?
preg_match_all('#<a title="(.*?)" href="(.*?)"><img alt="(.*?)" src="(.*?)" border="0" width="112" /></a>#',$git,$bul);

$him = count($bul[1]);

	

		if(!$him): echo 'Hiç Veri Bulunamadi'; exit; endif;

		for($i=0;$i<=9;$i++){

		$basligim=iconv("utf-8","iso-8859-9//TRANSLIT",$bul['1'][$i]);

		$link=$bul[2][$i];

		$ver=get_data($link); }?>