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.