Ver original$return = array();while($row = mysql_fetch_assoc($sqlReturn)) { $return[] = $row;}return $return;