Hi, I assign the results a SQL SELECT to a variable and then create a new array from that variable. I then use print_r(array_count_values ($sData));, this prints out a list of array keys and the number of instances of a particular name, I want to have greater control as to how this is printed out to screen - to make it easier to read.
Does anyone have any suggestions?
Cheers
Andrew