I've been searching high and low to find a function for breaking a string up into tiny parts. For example, I would like "hello.php" to become...
h
e
l
l
o
.
p
h
p
...hope that makes sense. Anyway, I have checked out the explode function and various other string handling functions. HOWEVER, all of the functions I've looked at require you to declare a character to trigger each breaking up point. I don't want to do that. I want it to break up every single character (not whenever there is a space, as most demos seem to do).
Any help would be grately appreciated.
van leasing