Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more - View Single Post - status bar question
View Single Post
Old 09-25-2006, 10:44 AM   #4 (permalink)
arvind.d
Junior Member
 
Join Date: Sep 2006
Posts: 6
Default Re: status bar question

the echo command in PHP is like a print command. you can print plain text(echo "Hello, World!"; ), values of variables (echo $var; ) or even HTML (echo "<b>Hello, World!"; ).

so for your purpose use
echo "<marquee>I'm scrolling!</marquee>";
arvind.d is offline   Reply With Quote
Sponsored Links