guitarman fourth grade
Joined: 04 Nov 2005 Posts: 728
|
Posted: Thu Jul 12, 2007 12:39 pm Post subject: php function to convert text into a clickable hyperlink |
|
|
I was looking for a php function to automatically convert a text in a string into a clickable hyperlink if the text begins with http:// . I knew it has to do with preg_replace thingy. so after google, i found this site:
http://www.totallyphp.co.uk/code/convert_links_into_clickable_hyperlinks.htm
pretty neat and it works well. hope it helps you in some where or another.
by the way, just try out for your self to know the working of it.
|
|