Hi, I have an array of elements which are separated with the operator comma(,).
================================================== $array = implode(",", $checkb); echo $array.'\n'; $result = mysql_query("DELETE FROM temp WHERE inv_tag IN ($array)") or die('Error in query'.mysql_error()); ==================================================== PTX526_P_1,SIM_1 Error in query Unknown column 'PTX526_P_1' in 'where clause'. Thanks and Regards Balaji
**************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ***************************************************************************
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php