Return to Snippet

Revision: 27662
at June 19, 2010 06:06 by sveggiani


Initial Code
$url = "W.J. Gilmore, LLC (http://www.wjgilmore.com)";
$url = preg_replace("/http://([A-z0-9./-]+)/", "$0", $url);

// $url = "W.J. Gilmore, LLC (http://www.wjgilmore.com)"

Initial URL

                                

Initial Description

                                

Initial Title
Converting URLs into Hyperlinks

Initial Tags

                                

Initial Language
PHP