How to display data from a table combined with marquee

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VFRodriguez
    Sergeant First Class

    • Dec 2007
    • 55

    #1

    How to display data from a table combined with marquee

    I have the following code but does not work. What must be fixed?

    while ($row = mysql_fetch_array($result))
    {


    $palabra = $row['palabra'];


    echo = '<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">'
    .$palabra.'</marquee></marquee>
    ';



    }

    // instead of the variable I obtained the same variable
    This is the page:
    http://edurd.com/como-aprender-a-lee...uatro-anos.php
    Victor
    My Website
  • navaldesign
    General & Forum Moderator

    • Oct 2005
    • 12080

    #2
    Re: How to display data from a table combined with marquee

    Try removing the = from "echo = '<marquee ......"
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

    Comment

    Working...