Re: preg_match_all Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



admin@xxxxxxxxxxxxxxxxxxx wrote:
I have tried this many way  and for some reason

I cannot pull content between the 2 pattern options.

function pullchannel($document)

{

                preg_match_all('/<div class="channel" [^<>]*>(.*)<div
class="channel" [^<>]*>/i',$document,$elements);

$match = implode("\r\n",$elements[0]);

$match = str_replace('"',"","$match");

return $match;

}


Give us and example of the input data. And tell us from that example, what it is you are expecting to extract from it.

Jim

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux