Hey guys I have a problem. I am using mysql as my database. I want to get the 3 most repeated values into 1 textbox
And my problem is how do i get them?
here is the table:
pen
book
book
book
pen
pencil
pencil
paper
i want to get the value of pen book and pencil into 1 textbox.
starting from book,pen,pencil
how can i achieve this. Any help would be appreciated. Thanks