Hello all,
I'm looking for a way to rotate a line of text 90 degrees. And, I don't mean like this:
O L L E H
What I need is to take a line and rotate it 90 degrees counterclockwise on screen. Any ideas?
PHP doesn't know anything about screens or frontends... I don't know that I've ever seen this done, but if it can be done it will be something like DHTML or CSS that will do it for you. Try a discussion board with experts in those areas. A "heavier" solution would be to use an image or flash.
You can use some of the php image functions to achieve this, imagestringup() is probably what you are after, but you will need some of the other functions to create and output the 'image' that the sting is in.