This seems a stupid question, but i have a web form that stores to a MySQL database. Some of the users use macs and i think their apostrophe's are a little different.
As when using a mac keyboard they are ’
whereas on a pc they are '
When i call the data out of the database and display it on the screen it can't display the mac version?
i have tried the special characters php code but that doesn't seem to work?
Do i need to change it before it writes tot he database or do i do it when i call out the data?
thanks.