php news ticker

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
harsha
Forum Contributor
Posts: 103
Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India

php news ticker

Post by harsha »

i want a php news ticker some thing similar to the news ticker in http://www.ndtv.com it is in asp please tell me the links where i can get the php one :roll:
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Have you tried looking at hotscripts.com?

Mac
User avatar
harsha
Forum Contributor
Posts: 103
Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India

yes i checked

Post by harsha »

yes i checked in hotscripts website but din't find it :cry:
User avatar
mr_griff
Forum Commoner
Posts: 64
Joined: Tue Sep 17, 2002 11:11 am
Location: Bozeman, Montana

Post by mr_griff »

You could always do a view source to see what the code looks like. The news ticker script is written in JavaScript so it will work with any type of html. All you would have to do is replace the section with their news text and use PHP to put in your own news from a database or text file. Just leave a html comment in your code giving credit to them for the news ticker script.
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post by Dale »

Frame + Marquee is my answer....
Post Reply