15.12.2018, 10:46
There is it my MySQL insert into the database code:
It is in my Gamemode:
My structure:
https://imgur.com/a/ScZrYwI
My input as reason: "здравей"
and my output:
https://imgur.com/a/U0IB5jJ
PHP код:
mysql_format(MyMySQL, query, sizeof(query), "INSERT INTO `reports` (`DateTime`, `Sender`, `Receiver`, `Reason`) VALUES('%s', '%s', '%s', '%s')", tFormat, PlayerName(playerid), PlayerName(ID), REASON);
mysql_query(MyMySQL, query);
PHP код:
mysql_set_charset("utf8mb4_unicode_c");
https://imgur.com/a/ScZrYwI
My input as reason: "здравей"
and my output:
https://imgur.com/a/U0IB5jJ