Forum Moderators: coopster
so can I do something like check the array for a word, and if it is not in the list then add it like
$wordlist["pulchritude"]=1;
and the next time it sees the word
$wordlist["pulchritude"]++;
I also want to count characters in each key, is that possible? Or can you only get a count of the values?
Thanks
I also want to count characters in each key
count_chars [php.net]