Does anyone have or know of a PHP news scroller? It needs to present two stories at a time and allow users to click on them to get to the stories. I have a Java Script version, but I don't like it much.
Thanks.
Tim
PHP is server side, so it would not be able to "do" the scrolling like an applet or JS. You can populate the scroller with dynamic data from a DB or file using PHP though.