View Full Version : Marquee from .txt


speevy
07-15-2003, 02:04 AM
is it possible to display text from a .txt file in a marquee?

eftalia
07-15-2003, 02:07 AM
Urm. I think it may be possible if you use some form of inclusion? Like

<marquee><?php include("bla.txt");?></marquee> ?