I have following array:
Array
(
[0] => Array
(
[ID] => 119256
)
[1] => Array
(
[ID] => 247436
)
[2] => Array
(
[ID] => 266197
)
[3] => Array
(
[ID] => 256299
)
)
And I want to pass this array id’s one by one to following function where I written the mysql query.
$search->getInformation($ID);
Please help how can I do this.
i gues you need somthing like this: