Jump to content
Larry Ullman's Book Forums

lynx72

Members
  • Posts

    2
  • Joined

  • Last visited

lynx72's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok, I got it! I solved in this way: //Set the character set: mysqli_set_charset($dbc, 'utf8');
  2. I successfully inserted data into the database and I also understood how to secure query data (script 12.5). But when I try to retrieve data from the DB (script 12.6) accented letters or cyrillic characters aren't properly visualized. For example if for the blog title I inserted "Vocali accentate à è é ì ò ù" [i am from Italy], then when I retrieved data, I got "vocali accentate � � � � � ". An the same goes with cyrillyc characters (I'd like to create a DB in both Russian and Italian language). How can I solve? Please, help me! Thanks.
×
×
  • Create New...