<?php $array = array("world", 1, "hello", 1, "hello", "hello", "how"); $new_array = array_count_values($array); print_r($new_array); ?>
You have javascript disabled. You will not be able to edit any code.