Hi,
I'm logging search strings in a txt file and put them in a db
once an hour. The file looks like;
search
hello
searching
search
hello
I split all lines in an array and then I want to get an array that
looks like
$array { "search", "2"
"hello", "2"
"searching", "1"}
The number is the number of occurences, can anyone help?
Kind regards,
Jeroen