Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - Andreia

1
Questions / Get value from table row in to costume view marquee behavior="scroll" direction
I try to get value from table row in to costume view with code marquee behavior="scroll" direction to get a scroll text effect from that row value
But With my current code give me a undefined variable ,is there any way to archive this?
This is my code
<marquee behavior="scroll" direction="right"><?php echo $modeldata['campaign_title'];?></marquee>