
09.09.2009, 10:02
|
|
Познавший АНТИЧАТ
Регистрация: 01.04.2007
Сообщений: 1,268
Провел на форуме: 10046345
Репутация:
4589
|
|
$start = strpos($text, 'yandex.net/image?key=') + 21;
$end = strpos($text, '" style="position: absolute; left: auto; top: auto; margin-left: 1.5em;">', $start);
echo substr($text, $start, $end - $start);
|
|
|