viewing paste Unknown #5464 | PHP

Posted on the
1 2 3 4 5 6
<?
$return = array();
foreach ($data as $info => $id) {
$return = array_merge($return, array($id => array('Text' => $info)));
}
?>
Viewed 730 times, submitted by Guest.