Php versions – PHP MySql problem with special charater from different encoded table
I have a php script that copies data from 1 table to another. The source table and its fields are utf8mb4_general_ci while the target table and its fields are utf8mb4_unicode_ci. I get an "Incorrect string value" each time the script…