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
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!
It looks like you're new here. If you want to get involved, click one of these buttons!
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!