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

Recommended Answers

All 4 Replies

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>

aljazeera !

WHAT?


nav33n ,

ProfessorPC

thanx alot

nah! nothing.. I am just scared of Aljazeera ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.