jaras, с регулярными выражениями косяк?
file = file_get_contents('url');
preg_match_all('#<img src="(.*)" alt=".*" />#isU', $file, $res);
echo '<pre>';
print_r($res);
jaras, с регулярными выражениями косяк?
file = file_get_contents('url');
preg_match_all('#<img src="(.*)" alt=".*" />#isU', $file, $res);
echo '<pre>';
print_r($res);