blackvj (07.04.2013 / 16:39)
Народ как вырезать ссылку из<iframe src="http://vk.com/video_ext.php?oid=-3513325&id=162891525&hash=698a426d9efc1472" width="607" height="360" frameborder="0"></iframe>
$link = preg_replace('~\[VK\]<iframe src="([\w\d/\:\?_\.\=\"\ \&\;]+)".*iframe>\[/VK\]~siU', '$1', $text);Попробуй так.