I have an array and I wrote this code which does not work. Could someone help me with this query? Thanks a lot!
$sql = "SELECT * FROM `product` WHERE `product`.`Productcode` IN (".$array.") ";
$result=mysql_query($sql);
if(!$result)die('not exist');