Forum Moderators: mack
Any ideas?
Andreas
Anyway, that's probably the data that you have in your database. You can either unescape it when you pull it out, or make sure it gets put in properly., MySQL and other databases will properly quote data for you so that it doesn't contain any unacceptable characters. More reasonably, though, most languages provide a way to use placeholders in your SQL statements so that you don't have to worry about escaping quotes. I bet PHP does too.