Posted by nick.bonadies on 04/12/07 15:11
Toby A Inkster wrote:
>
> This means that the actual data in your database has two apostrophes. Fix
> that and you'll be sorted.
>
Correct, but when I use str_replace("'", "''", $data); to replace
single quotes in my data, it adds the extra quote to the database
entry.... i guess i'm doing something very wrong... thanks so much
for your help thus far!
[Back to original message]
|