Why does html entities function not properly work?
|
I tried the
htmlentities() function with PHP 5 with this code:
And it only displays two whitespaces (i.e. " "). Why is that? I
tried to replace the "u with diaeresis" char with another and it works.
How can i get that work too?Anwer
use charset for your given content to .... eg
For more informations take a look in the manual htmlentities() |
0 comments:
Post a Comment