I have a problem with PHP.
I have a form with input named text.
If I send a word with accenture letters like "coupè", the $_POST['text'] return me "coupè" also utf8_encode($text).
How is possible? The Db is utf-8 bin.
I have a problem with PHP.
I have a form with input named text.
If I send a word with accenture letters like "coupè", the $_POST['text'] return me "coupè" also utf8_encode($text).
How is possible? The Db is utf-8 bin.