This topic is locked

how to shuffle records display in smarty

8/4/2008 1:53:07 AM
PHPRunner General questions
M
meena123 author

Hi,
I am new in smarty. I have to show record with images in smarty from php control. But I am not able to display them randomly. Please help me in this regards.

J
Jane 8/4/2008

Hi,
order of records is dependent on SQL query. If you do not set up any special order (using Order By clause) order of records is random.