wernervantonder Posted July 9, 2007 Share Posted July 9, 2007 Hi i am new to PHP. I would like people to enter a message on my website and then a text scroller must display all the messages that was stored in the database. How would i do that? Regards Werner Link to comment https://forums.phpfreaks.com/topic/59054-scrolling-message-ticker/ Share on other sites More sharing options...
jfs0479 Posted July 9, 2007 Share Posted July 9, 2007 The way that i suggest you do this is actualy by integrating a bit of javascript with the php. All you have to do is take a look at this code http://www.dynamicdrive.com/dynamicindex2/memoryscroller.htm and where your allowed to put the content, delete all of it and just put in a simple insert php mysql script. It has worked for me before so it should for you Link to comment https://forums.phpfreaks.com/topic/59054-scrolling-message-ticker/#findComment-293141 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.