anlamadım kardeş, yukarıdaki satırdan videonun adını almak için nasıl bir yok izlemeliyim?
$icerik='<div class="videooo">
<a href="http://www.movies.com/gratis-pferde_15668.html" title="gratis pferde"><img alt="gratis pferde" class="t" src="http://www.movies.com/thumb/gratis-pferde_981159.jpg" width="140" height="100">
</a> </div> ';
preg_match_all('#<div class="videooo"><a href="(.*?)" title="(.*?)"#i',$icerik,$ver);
echo $ver[2];