$text = preg_replace("/(((f|ht){1}tp:\/\/)[-a-zA-Z0-9@:%\"\'*_\;\s()+.~#,?&\/\/=]+)/", "<a href=\"$1\">$1</a>", $text); $text = preg_replace("/([[:space:]()[{}])(www.[-a-zA-Z0-9@:%\"\'_\s\+.~#,?&\/\/=]+)/", "\"$1\"<a href=\"http:$1\">\\2</a>", $text);