Forum Moderators: coopster
i have a function called display() and on my page i echo it like this
echo display();
the echo output displays some text, but i want it to remove all the spaces that the display function shows and also convert everything to lowercase.
i know i can use the replace function or something like that but dont know how it works, any help would be great.
thanx