Danago
Dec 6th 2006, 6:06 pm
Hey. Lets say i have a string...$string...
How can i replace each individual letter of $string with the following:
"Letter is [letter]"
where [letter] is the corrosponding letter. I was thinking about putting each letter into an array and using a foreach loop, but i dont know how to split the string up :(
Thanks in advance,
Dan.
How can i replace each individual letter of $string with the following:
"Letter is [letter]"
where [letter] is the corrosponding letter. I was thinking about putting each letter into an array and using a foreach loop, but i dont know how to split the string up :(
Thanks in advance,
Dan.