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