SELECT prod.id,prod.title,prod.pcode,prod.titleurl,prod.price,prod.discount,prod.image,prod.alttag,prod.description FROM tbl_product AS prod INNER JOIN product_to_category AS cd on cd.prod_id=prod.id where cd.category_id IN (,791,763,759,757,758,765,761,762,760,800,799,797,793,792,786,787,788,782,779,780,781,776,777,778,774,775,768,785,769,770,771,772,773,796,798,794,795,783,784,767,766) group by cd.prod_id order by prod.orderId ASC
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '791,763,759,757,758,765,761,762,760,800,799,797,793,792,786,787,788,782,779,780,' at line 1
Error At /home1/hvexport/public_html/library/productMaster.php [428]