problem with ç and ã in tables only

problem with ç and ã in tables only

castropereiracastropereira Posts: 4Questions: 2Answers: 0

i have a table with database and everything worked fine in my local server.
now that is online i have some characters issues...

only ion datatables!

any idea how to solve this???

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586
    Answer ✓

    Hi @castropereira ,

    It's likely to be an issue with the database's UTF8 support. See this thread here, it should help,

    Cheers,

    Colin

  • castropereiracastropereira Posts: 4Questions: 2Answers: 0

    solved...

    mysqli_set_charset($conn,"utf8") in the config file... simple as that!!! thanks!

This discussion has been closed.