I have read every forum on the topic is seems like but I can not figure this out.
I am processing data into a MySQL database using a php script and when it is being processed all values containing an apostrophe (single quote) is not passed into the database.
I am using preg_match_all("/\w|\W|\s|\’/", &data, &matches) with no avail. I have used MANY variations of this but still cannot get the data to load properly.
If anyone has had this similar issue and figured out a way to solve it, or if you are just brilliant and can fix this I would be so forever grateful.
Thank you in advance.