Here is a design though: For example is I put a link such as
http://example.com
in textarea. How do I get PHP t
Here is the code using Regular Expressions in function
$1', '$1'); return preg_replace($find,$replace,$str); } //Function testing $str="www.cloudlibz.com"; $str=MakeUrls($str); echo $str; ?>