Posted by John Dunlop on 09/30/05 23:03
kirill_uk wrote: > So basically extract all between <a href=" and " > > plus extract all between " > and </a><br>. preg_match( '`<a href="([^"]+)" >(.*?)</a><br>`', $subject, $output) Disclaimer: in case of contact with arbitrary HTML, rinse immediately. -- Jock
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming