Do arrays not store inverted commas and apostrophes?
This seems to be the case with a project I'm working on and it's very annoying.
I'm pulling small strings from a DB, some of which contain inverted commas or apostrophes, and when I try echo them the ones with the apostrophes or inverted commas only show the first part of the string before them (inverted commas, apostrophes). Anyone know how I could solve this issue?