Profile image for Ugur Aydogdu jnbn
Turn URL into Hyperlink
Language
Text only
Tags
convert generate hyperlink url

Turn URL into Hyperlink

1 <?php 2 $message = eregi_replace("((([ftp://])|(http(s?)://))((:alnum:|[-\%\.\?\=\#\_\:\&\/\~\+\@\,\;])*))","<a href = '\\0' target='_blank'>\\0</a>",$message); 3 4 $message = eregi_replace("(([^/])www\.|(^www\.))((:alnum:|[-\%\.\?\=\#\_\:\&\/\~\+\@\,\;])*)","\\2<a href = 'http://www.\\4' target='_blank'>www.\\4</a>",$message); 5 ?>

Comments

Profile image for Alex Y Alex 2010-01-24

Type or language should be switched to php instead of text

Profile image for Alex Y Alex 2010-01-24

Don't forget about ww3, ww2 and codaclips://!