PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hi, can someone help me.. I have a script (scroll text) and I need to pull dynamic data from the database.. "<div id="content" style="display:''">" id=content has to increment.. content0, content1, content2 and so on.. thanks!
thanks for your reply but I already tried that.. what I want to increment is the div id <div id="content" style="display:''">..
e.g static data
<div id="content0" style="display:''">
message sroll ONE
</div>
<div id="content1" style="display:''">
message sroll TWO
</div>
here's my code: (problem.. it doesn't change data.. it should display message sroll ONE then message sroll TWO but my code display them both at the same time)