hello,
i just asking if any body can help me to make a marquee display data from mysql data base
like this web site
http://www.aljazeera.net/NR/exeres/F06E0D8B-BE98-445A-9752-8E7EA9DAD30F.htm
thx v. much
hello,
i just asking if any body can help me to make a marquee display data from mysql data base
like this web site
http://www.aljazeera.net/NR/exeres/F06E0D8B-BE98-445A-9752-8E7EA9DAD30F.htm
thx v. much
you can do something like this:
<marquee scrollamount="2" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=2">
<?php
$query = mysql_query("select this from that where this = that") or die(mysql_error());
$row=mysql_fetch_assoc( $query );
echo $row;
?>
</marquee>
like this web site
http://www.aljazeera.net/NR/exeres/F...7EA9DAD30F.htm
aljazeera ! :icon_eek:
Anyway, http://www.quackit.com/html/codes/html_marquee_code.cfm might help !
aljazeera !
WHAT?
nav33n ,
ProfessorPC
thanx alot
nah! nothing.. I am just scared of Aljazeera ;)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.