problem with ç and ã in tables only
problem with ç and ã in tables only
castropereira
Posts: 4Questions: 2Answers: 0
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @castropereira ,
It's likely to be an issue with the database's UTF8 support. See this thread here, it should help,
Cheers,
Colin
solved...
mysqli_set_charset($conn,"utf8") in the config file... simple as that!!! thanks!