Good day!
There was a problem transferring the php site from Denver to a remote server. Data in Russian, which were entered into the database in advance, are displayed correctly. But when I try to enter new data through the form, then question marks get into the database and they are also displayed on the screen.
In the database, the type of tables MyISAM, comparison utf8_general_ci.
SET NAMES utf8 and SET CHARACTER SET utf8 are installed in the base connection script.
Header ('Content-Type: text / html; charset = utf-8') is registered on all pages of the site.
What else needs to be done?
Create Statement
for the table. Well, the form / page code? - E_p