2010-03-24, 20:06:06
OP, that should be $id[$ct] NOT $ids[$ct], see relevant code below.
Code:
foreach ($ids as $id)
...
$coArray[$ct]['id'] = $id[$ct];