Forum Moderators: coopster
I'm having roblems with saving texts containing the char ' (like in O'Brien) into mysql. Since PHP seems to recognize this character as string delimiter, it doesn't work.
How can I get around this? Do I have to escape all ' chars like this: \'? Or is there a better way of getting them saved into mysql?
Thanks in advance!