Wickcheed Posted May 26, 2021 Posted May 26, 2021 Have a web solution, PHP to MySQL. Just upgraded PHP from 5.x to 7.x. Forcing encoding on PHP solution to UTF-8 via mysqli_set_charset('utf8') (having been doing this all along). And now all double quotes and apostrophes, when they are imported into FM solution, are showing as ’. The value including those characters are written into MySQL using mysqli_real_escape_string($VAR). Any thoughts would be greatly appreciated. Thanks!
Recommended Posts
This topic is 1624 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now