Hi
I want to show only one instance of many things. For example, the word "CAR" is repeated 5 times in one column of MYSQL. So I want to show "CAR" only one time, not 5 times. What formula do I use to show that way in PHP?
When the word "CAR" is entered again into that column, it should still show only one "CAR"!!
There are many repeated words that needs to taken carer of
HELP, the whole internet doesnt know it!!
I want to show only one instance of many things. For example, the word "CAR" is repeated 5 times in one column of MYSQL. So I want to show "CAR" only one time, not 5 times. What formula do I use to show that way in PHP?
When the word "CAR" is entered again into that column, it should still show only one "CAR"!!
There are many repeated words that needs to taken carer of
HELP, the whole internet doesnt know it!!
Comment