How can we use explode function with string 0123456. Actually i get a number at run time and i have to break this into the each digits for further calculations.
Thanks in advance.
[man]str_split[/man] Don't forget to look at the examples if you're not using PHP5 (or even if you are).
Thanks a lot..