Scrooling window in PHP

We know you have an opinion on how things should be run around here. These are suggestions for the forums, and the website.This forum is not a place to ask for suggestions to your own coding (or otherwise) problems.

Moderator: General Moderators

Post Reply
mudgil.gaurav
Forum Newbie
Posts: 17
Joined: Wed Oct 08, 2008 4:39 am

Scrooling window in PHP

Post by mudgil.gaurav »

Hi All

I have an requirement to put an window on the home page of my project. That window would be scrolling the latest news from the database one by one. I have a simple option to just use the <marquee></marquee> element of HTML and but my dynamic content inside it.

I just want to share the ideas Is there any best way to do the same without <marquee></marquee> element of HTML.

Any suggestion would be greatly appriciated.

Thanks
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Scrooling window in PHP

Post by VladSun »

It should be done at client side - by using Javascript.
Or you could generate server-side a Flash movie.
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply