i made a slider as you can see here.
That will be like opinions, where my clients will can say something.
Now the code where displays text is:
<div>
<p class="depoimento"><font color="#bdbdbd">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</font></p><p class="cliente"><font color="#99CB1E">Paulo Henrique, São Paulo - SP</font></p>
</div>
<div>
<p><font color="#bdbdbd">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</font></p>
</div>
All is working now, but will be really hard add every opinion here, so what i was thinking? I can create a mysql and just randomize and call every slider.
I just don't know how to.
I need something like this:
[COMMAND TO MYSQL RANDOM MY OPINION]
<p class="depoimento"> PRINT OPINION HERE </p><p class="cliente"> PRINT CLIENT NAME INFORMATION HERE </p>
As you can see i have 2 P here, one for opinion and another for client. I was testing here and i created a mysql DB and a table named: "tdepo" and two columns: Depo and Client
Someone have any idea how i can do it? Thanks!