Parse http link from string : Hyperlink : HTML PHP Source Code


PHP Source Code » HTML » Hyperlink »

 

Parse http link from string




<?php
   $text = "This is a link to http://www.navioo.com/.";
   echo ereg_replace("http://([a-zA-Z0-9./-]+)$""<a href="\0">\0</a>", $text);
?>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo HTML
» Hyperlink