Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP and MySQL encoding problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #34666
    XaviJr
    Participant

    I’m trying to send a name with “ç” and “á” to my db with php but the name appears cut since the first weird character in the db.

    My php file is encoded with UTF-8, my db is with “utf8_general_ci” by default but i already tried to change the field that will receive the name to “utf8_unicode_ci” or “latin1_swedish_ci” (in this case the name appears complete but the weird characteres are replaced by ?).

    Any ideia how can i solve this problem?

    Thanks in advance!

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.