Hi,
I believe there are two issues here:
1. How application updates the database with the data.
2. How application makes the search.
PHP does nothing with the data you entered and sends it into the database
just as you typed them into the text field. If you have some parameter the
"echo"-ing thi
Hello José
What you are describing is typically a result of encoding problems.
Looking at the words you're trying to use, you will probably want to use
a unicode character set (utf-8, for instance). Unicode is a multi-byte
character set. Traditional ASCII only uses a single byte to store a
c
Hi friends,
When I insert some words like "falcão", "furacão", "José", "crachá"... etc.
in BD, the system inserts it like:
"falcão", "furacão", "JosÃ(c)" and "crachá"... for me its wrong...
And in the search engine, when I type the words, the system gives me the
error:
*Fatal error*: Uncaug