preg_match('# <td class=lettem><a href="(.*)">' . $theme . '</a></td>#',$result,$id);
$result = 'blablablabla <td class=lettem><a href="http://tochtonada">lol</a></td> blablablablablabla'; $theme = 'lol'; preg_match('# <td class=lettem><a href="(.*)">' . $theme . '</a></td>#',$result,$id); print_r($id);
<IMG SRC="http://cs460.vkontakte.ru/u61596318/107514257/m_abf4188e.jpg" onMouseOver="this.style.borderColor='#45688E'" onMouseOut="this.style.borderColor=''" style="max-width:130px;"></a></td>
preg_match('#/107514257/(.*)" onMouseOver=#',$text,$a);
<td><a href="/photo-14779259_161181650">
$res = ' <td><a href="/photo-14779259_161181650"> '; preg_match('#href="/photo-.+_(.*?)">#',$res,$out); var_dump($out);
<div class="summary">284 фотографии<span class="divider">
preg_match('# <div class="summary">([0-9]*) фотографии<span class="divider"> #ui',$page,$res); echo $res[1];