I have an array:
Array
(
[0] => 9055954
[1] => 2736738
[2] => 1234
[3] => 2844725
)
I need to a where condition to select the ids form database table add_family whose id is not equal to any one of the value in array, I'm using codeigniter, how can I check it using for loop for where condition.