Word Frequency

"; $sorted_keys = array_keys($tbl); sort($sorted_keys); foreach ($sorted_keys as $word) print "$word $tbl[$word]
"; ?>