Cevaplar
-
<? $url="http://www.sinemalar.com/film/193581/what-to-expect-when-youre-expecting"; $cek = @file_get_contents($url); preg_match('#<td class="detay_table_tr_icerik" colspan="2">(.*?)</td>#s',$cek,$oyuncu); $yaz = strip_tags($oyuncu[1],"<a>"); preg_match_all('#<a onclick="(.*?)" href="(.*?)" title="(.*?)">(.*?)</a>#s',$yaz,$oyuncu_detay); foreach($oyuncu_detay['2'] as $key=>$oyuncu_link){ echo "<h1 style='font-size:16px; font-family:verdana;'>".$oyuncu_detay['4'][$key]."</h1>"; echo $oyuncu_link; } ?>