Right, say for example i wanted to seperate each letter of anyword... lets say HABBO.
How would I do it?
In the end it would be like:
So it would replace the word with a letter for each of the letters =] All i need is the function please ;DPHP Code:$letters = FUNCTION NEEDED ($string); //In this case the word HABBO
foreach($letters AS $le){
echo("$le.gif");
}
Edit: Nvm, got it =]





Reply With Quote