Try these :
A function that parses a string and replaces http://whatever with a
link, and email addresses
with a mailto link. This function was designed for the motd package. But
will work freely on its own.
http://examples.weberdev.com/get_example.php3?count=1235
How to change all of the link
hi,php-general,winst0n
I'm from china,my English is not very good,too.
Here's some example,perhaps it will help you a little.
$post =str_replace("[b]","",$post);
$post =str_replace("[/b]","",$post);
$post = eregi_replace("\\[hr=([^\\[]*)\\]","",$post);
$post=eregi_replace("\\[swf\\](.+\.swf
2 matches
Mail list logo