Help with number to array
I would like to take a number such as "12345" and turn it into a list or array such as "1,2,3,4,5". I am using this for my hit counter. I am able to return the value out of a database but would like each individual number to correspond to an image file.
PLEASE HELP
