preg_match_all('~<div class="dizi-box">.*?alt="(.*?)[0-9]~is', $bir, $diziAdi,PREG_SET_ORDER); foreach($diziAdi as $dizi){ echo $dizi[1]."<br />"; }