What is the Automatic Mailto Links code using PHP?
$string = eregi_replace(‘([_\.0-9a-z-][email protected]([0-9a-z][0-9a-z-]+\.)+[a-z]{2,3})’,'<a href=”mailto:\\1″>\\1</a>’, $text); echo $string;
by Subbu ·
$string = eregi_replace(‘([_\.0-9a-z-][email protected]([0-9a-z][0-9a-z-]+\.)+[a-z]{2,3})’,'<a href=”mailto:\\1″>\\1</a>’, $text); echo $string;
Tags: Automatic Mailto Links code using PHP
by Subbu · Published May 31, 2013
by Subbu · Published July 30, 2013
by Subbu · Published March 7, 2013
More