[solved] - number string to array question
Posted: Tue Aug 23, 2005 10:13 am
I need to take a number string and convert it to an array, e.g. 1234 to $array[0] = 1 etc.
I know how to take 123, 124, 125 to an array but unable to find how to take a single string and explode that into an array.
Your help is appreciated.

I know how to take 123, 124, 125 to an array but unable to find how to take a single string and explode that into an array.
Your help is appreciated.