special characters in firefox
Posted: Wed Feb 13, 2008 11:37 am
hi!
so I have made a simple form, which can send a name like "Frédéric" to the same php file.
If I try to get the value with $_GET or $_REQUEST, I get "Frédéric" but if I apply htmlentities($name), it puts me out :Frédéric
whats wrong with it ?
I tried already to apply html_entity_decode before putting it out, but the result did not change!
thank you!
so I have made a simple form, which can send a name like "Frédéric" to the same php file.
If I try to get the value with $_GET or $_REQUEST, I get "Frédéric" but if I apply htmlentities($name), it puts me out :Frédéric
whats wrong with it ?
I tried already to apply html_entity_decode before putting it out, but the result did not change!
thank you!