Hi there,
I've written a script to take everything out of an HTML page and leave just text. That wasn't difficult but I've struck a small problem. I then put every word into an array so we're left with one array called:
$wordArray
That's not a problem either. But the problem now is that I need to select each and every word in the array, count the number of times it is used and then continue on to the next word. That sounds easy enough but I'm slightly unsure then as to how to skip words that I've already counted?
Thanks in advance,
Chris Evans