Chef de projet developpeur web lyonnais #geek #apero #ski #sun #php #linux #shell #dev #web
function htmlentitiesnotag($strIn){
$arrEntities = array('<','>','"','&');
$arrTag = array('<','>','"','&');
$strOut = htmlentities($strIn);
$strOut = str_replace($arrEntities,$arrTag,$strOut);
return $strOut;
}
Tweet