text to links
Posted: Fri May 17, 2002 8:16 pm
In mostly all the scripts i see if you type out http:// something .com
it will replace it with a link
I know this is so incredibly easy to do, but I was working with it earlier, and I was just drawing a blank..
i know it's
$foo = ereg_replace("something", "something", "$foo");
it will replace it with a link
I know this is so incredibly easy to do, but I was working with it earlier, and I was just drawing a blank..
i know it's
$foo = ereg_replace("something", "something", "$foo");