PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
OK I know how to add to an array but how can I search an array and count the number of occurrences of matching words in that array and then print each with the count next to it?
What I'm doing is looping through a directory of CSV files reading each file and pulling out the 3rd delimiter which are the initials of a user that submitted a form. What I want to do is figure out how many times each user has submitted the form in a given month.
Can this be done like this? or am I on the wrong track.