• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Charecter encoding problem

Charecter encoding problem 4 years 1 week ago #41184

  • rgouyon
  • rgouyon's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Thank you received: 1
Hello
I have PHP a script in my form properties which record field data into my database
 $req = "INSERT INTO `mytable` (`Ref`, `Nom`) VALUES(NULL,'" .  $_POST['form']['fname']. "')";
  if (! $mybdd->query($req))
        $thankYouMessage = "ERREUR REQUETE " . $conBDD->error . " (" . $req . ")";
    else {}
}
My database encoding is utf8_general_ci in the header of the form the character set seems to be utf-8
<meta http-equiv="content-type" content="text/html; charset=utf-8">
But when I look to the content of my base with phpmyadmin all the accented characters have turn to weird symbol é instead of é
I don't understand why because every thing is set to utf-8 may be I missed something some where but I don't see
Last Edit: 4 years 1 week ago by rgouyon.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!