Nope. It's the query syntax. If I execute
Code:
SELECT *
FROM `xcart_product_options_js`
WHERE `javascript_code` LIKE '%pull-down menu just above the%'
LIMIT 0 , 30
then I get a found set. if I execute
Code:
SELECT *
FROM `xcart_product_options_js`
WHERE `javascript_code` LIKE '%pull-down menu just above the ''Take it'' button%'
LIMIT 0 , 30
then I get no results. The problem is the quotes in ''Take it''. I've also tried " character. BTW, if I try searching just Take it then I also do not get any results. The '' messes things up. Please help. Thank you.