Ver original$result = mysql_query(/* */);$rows = array();while ($rows[] = mysql_fetch_array($result)); return $rows;