/ Published in: PHP
Will find all links in a given string containing html
Expand |
Embed | Plain Text
<? function return_links($in_string) { return $matches; } ?>
You need to login to post a comment.
digdan on 09/11/08
1 person have marked this snippet as a favorite
Will find all links in a given string containing html
<? function return_links($in_string) { return $matches; } ?>
You need to login to post a comment.