0

I am having an issue on inserting this string

input: GyYu4$%acV
posted string: GyYu4$�V

Query error: Incorrect string value: '\xACV' for column.

It seems the best I get is str_replace.

1 Answers1

0

I got the best escape for the issue its about escaping the non-utf8 character that @developerCK mentioned. its utf8_encode