preg_match_all('|<img itemprop="image" class="product-image" src="//(.*?)"|si',$baglanma,$img); for( $i=0; $i<COUNT($img); $i++ ) { $resimler[] = trim('http://'.$img[$i][0]); }