http://php.net/manual/en/function.htmlentities.phpCodice PHP:
$link = '<a href="/mailto-recapiti-2014.php?id_v=1&id=1">email</a>';
$safe = htmlentities( $link, ENT_QUOTES, 'UTF-8' )
http://php.net/manual/en/function.htmlentities.phpCodice PHP:
$link = '<a href="/mailto-recapiti-2014.php?id_v=1&id=1">email</a>';
$safe = htmlentities( $link, ENT_QUOTES, 'UTF-8' )
Questa volta, più che un voto.. è favoreggiamento.