do u have any idea how to get a random result in mysql and display the first record selected?
Can you show us some of your code?
Could be you don't have an 'order by' in your SQL.
thank you for the reply.. i already figure it out by putting order by RAND() on my SQL statement