I have an array in which 7 Id exist . I want to Fetch Record Of that ids In AND Operator My Query Is this
my array that Hold & ids is this $type_id
$query =("SELECT * FROM property Where Id ='".$id."' AND property_type='".$type_id."' ");
How This Query Execute That it Got all Records Of type_id
if Print_r($type-id);
Then result is
1,7,5,8,5,4,9
Any Suggetion And Help will Be appreciated