|
| |
|
|
| |
для: ddhvvn
(14.04.2007 в 20:16)
| | | Rabotaet spasibo vam :). | |
| |
|
|
| |
|
|
| |
для: huligan5
(14.04.2007 в 20:07)
| | |
<?php
$str = file_get_contents("http://music.km.ru/");
preg_match("|<meta name=\"description\" content=\"(.*)\".*>|isU", $str, $res);
echo $res[1];
?>
|
| |
| |
|
|
| |
|
|
| |
для: ddhvvn
(14.04.2007 в 19:59)
| | | Попробуй(те), не правильне что то
$file = file_get_contents("http://music.km.ru/");
preg_match("|<meta name=\"description\" content=\"(.*)\"(.*)/>|is", $file, $res);
echo $res[1]; | |
| |
|
|
| |
|
|
| |
для: huligan5
(14.04.2007 в 19:40)
| | | У меня работает! | |
| |
|
|
| |
|
|
| |
для: ddhvvn
(14.04.2007 в 19:09)
| | | Что не так , information, forums and success the reference site for the directly."> и потом весь сайт тянет | |
| |
|
|
| |
|
|
| |
для: huligan5
(14.04.2007 в 18:15)
| | |
<?php
$str = "<meta name=\"description\" content=\" information, forums and success the reference site for the directly .\">";
preg_match("|<meta name=\"description\" content=\"(.*)\".*>|is", $str, $res);
echo $res[1];
?>
|
| |
| |
|
|
| |
|
|
| | Как из этой строки выташить точто нада <meta name="description" content=" information, forums and success the reference site for the directly ." />
тоесть вот это. information, forums and success the reference site for the directly . | |
| |
|
|
|