/ Published in: PHP
Will find all links in a given string containing html
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<? function return_links($in_string) { return $matches; } ?>