i was thinking of how to do this and i have no idea.
<marquee><? includes:djsays.php ?></marquee>
would that work (i realize php includes isnt rite)
Printable View
i was thinking of how to do this and i have no idea.
<marquee><? includes:djsays.php ?></marquee>
would that work (i realize php includes isnt rite)
Well that would be the only way.
Have your font styles set etc and inside the marquee just use
Obivously on djsays.php you would have all your djsays code.Code:
<marquee><?php include("djsays.php"); ?></marquee>
Put
Around your DJ says code done :)Code:<marquee></marquee>
Yes but you would use my option if your djsays was in a different file. Which in most cases it is.