[EMAIL PROTECTED] 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

Reply via email to