I have a script that inserts blocks of text into a MySQL database. It seems that ' (appostrophes) are being converted to ’ before being INSERT'd. Any ideas? The script calls quote()'s the text before the INSERT. Thanks! =) --TWH
- Re: Quoting issue w/DBD::MySQL Tim Howell
- Re: Quoting issue w/DBD::MySQL Michael A Chase