Web Hosting Talk







View Full Version : String Hyperlink Formatting


mAgz
09-01-2002, 01:56 AM
I have a script that recieves a journal entry from a form... What is the code that converts a web address like http://www.frozenheat.net/ to <a href="http://www.frozenheat.net/>http://www.frozenheat.net/</a>? Of course these are in a string like $string that inculdes

"I have visited this one website http://www.frozenheat.net/ and i think it is good."

Please help...