* Thus wrote Adam Zey ([EMAIL PROTECTED]):
> Thanks, that did the trick :)
> 
> Only thing was I had to modify it for newline support:
> 
> <tr><td class='newsitemtitle-td'>([^<]*)<\/td><td
> class='newsitemposter-td'><span
> class=([^>]*)>([^<]*)<\/span>([^<]*)<\/td><\/tr> <tr><td
> class='newsitemcontent-td' colspan=2>((.|\n)*?)<\/td><\/tr>

For new line support look at the 's' modifier.  

http://php.net/manual/en/pcre.pattern.modifiers.php

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to