Auto php echo for HTMl special characters -


i'm developing php web app in portuguese, when want echo word special character, like:

ç õ â é

the echo prints html equivalent. there function convertsthe special characters html equivalent?

tks

i think want use htmlentities()

http://ch.php.net/manual/en/function.htmlentities.php


Comments