I have a list of values eg. 1 - 100, what I need to do is the following:
There are values relating to these number, so 1 = pink, 2 = blue, 3 = grey, etc. when it gets to 12 = green, it has to start over, so then 13 would be pink again, and the whole sequence is restarted.
Any assistance will be greatly appreciated. All coding done in PHP.
%).