MySQL Forums
Forum List  »  PHP

Re: mysql returns "?????" instead of greek letters
Posted by: Peter Brawley
Date: October 08, 2015 12:05PM

Assuming the server, DB, tables, columns &c are utf8, after connecting to the DB, you need ...

mysqli_set_charset('utf8');

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql returns "?????" instead of greek letters
October 08, 2015 12:05PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.