Ver original$num_comments = array();while( $row = mysql_fetch_assoc( $res ) ) { $num_comments[] = $row;}var_dump($num_comments);