Hi everyone,
There's a lot of work done in javascript text effects. Is there anything similar that's available in PHP or do I have to port them to PHP myself.
Please point out if you have any tricks related to text effects in PHP. Thanks.
php is server side and javascript is client/browser side.
You can just echo any javascript and it will work in the browser.
Actually I didn't quite explained my requirements. I don't want people to see my code and that's not possible with javascript. This is the reason that I asked if anybody has implemented some text effects in PHP.