sorry may be it was not clear last time.....
My problem is I wanted to check an existence of a number (which is inside an array) in the database
like
$a=['1', '2', '3' ] /// this may be the array
and I wanted to check these values inside my table in a single query, so may be IN statement will work here ??