View Full Version : how to put text from another page into a marquee


wilky15
08-08-2006, 05:12 PM
ok, so i have a site with like a djpanel and there is a dj says and all and it overwrites and all so like yeah, is there like anyway to have a marquee and it grabs text from the page with the dj says thing? like the whole page overwrites, like u can't put a marquee on that page? like what i mean can u just get the text from that page and put it in a marquee? kinda like an iframe but just the text

Chris
08-08-2006, 05:24 PM
Yeah, it's possible if you use PHP includes.

1. Create a file where the scrolling text can be written into. Save it as a *.php file.
2. In the page where you want the marquee to be displayed, place this code where you want the marquee to appear:

<marquee><? include("http://www.silenceiseasy.com/testing/scroller.php") ?></marquee>

Enjoy! :D