djsherbu Posted January 16, 2009 Share Posted January 16, 2009 how can i build a scrolling marquee that takes its shown data from a mysql database? can you give me some pointers? Link to comment https://forums.phpfreaks.com/topic/141064-scrolling-marquee/ Share on other sites More sharing options...
ILMV Posted January 16, 2009 Share Posted January 16, 2009 Just echo the relevant data into a <marquee> tag... Use this code to get data from MySQL http://uk3.php.net/mysql-fetch-assoc And this is the marquee tag http://www.htmlcodetutorial.com/_MARQUEE.html ILMv Link to comment https://forums.phpfreaks.com/topic/141064-scrolling-marquee/#findComment-738280 Share on other sites More sharing options...
djsherbu Posted January 16, 2009 Author Share Posted January 16, 2009 10x it works really great Link to comment https://forums.phpfreaks.com/topic/141064-scrolling-marquee/#findComment-738287 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.