Well I have this array which has data in
Array
(
[0] => 1
[1] => 4
)
the 1 and 4 are the id of data in the database now I want the data 1 4 individually so that I can compare it with the id of other datas in the database when running a query. I am new can anyone help me??