excuse me sir.
thanks for your reply. But I don't understand very well.
By your thread
https://vborg.vbsupport.ru/showthread.php?t=182891
Are you mean that I should use this code to fix this problem?
PHP Code:
if (!empty($charset))
{
if (function_exists('mysql_set_charset'))
mysql_set_charset($charset);
else
$this->query("SET NAMES $charset");
}
But I don't know that where should I put this code.
I am very sorry. I am a green hand about that.
Could you explain more clearly?
thank you