Benoît Raux yet another php coder

Chef de projet developpeur web lyonnais #geek #apero #ski #sun #php #linux #shell #dev #web

[php] htmlentitiesnotag

Mar 2nd, 2010 @ 5:04 pm

function htmlentitiesnotag($strIn){
	  $arrEntities = array('<','>','"','&');
	  $arrTag = array('<','>','"','&');
	  $strOut = htmlentities($strIn);			  
	  $strOut = str_replace($arrEntities,$arrTag,$strOut);
	  return $strOut;
}

Tweet

blog comments powered by Disqus
Comments

Archive · Mobile · RSS · twitter · cv