I have a page with encodin utf-8. Mysql is set to utf8_general_ci. Here is the request:
mysql_query("SET CHARACTER SET utf8_general_ci"); $query = "INSERT INTO newsbox VALUES ('null', '$zaglavie', '$nom_file_big', '$den', '$mesec', '$godina', '$zaglavie2', '$text', '$zaglavie3')"; $result = mysql_query($query) or die(mysql_error());
and the input text with the Cyrillic alphabet is inserted as ?????. What could be the problem.
Victor
source share