in reply to
MySQL Double Quotes Problem(")
Do you get some MySQL errors while executing the query?
I had simiral problem with single quotes and after
s/'/\'/g
it worked.
Comment on
Re: MySQL Double Quotes Problem(")
Download
Code
In Section
Seekers of Perl Wisdom