Hi everyone
I need to count the number of words in a string. I know this can be easily done with substr_count(), but I also need to count how many instances there are of each unique word, and then rank them.
Does anyone have a tip on this one?
Tore :p