Finding how many times a unique word has been used...
I have a script that strips the HTML tags from a website and sends back just the words...
What I want to do is count how many times each unique word has been used and then display it on the page.
How would I do this?
|