Jump to content

CCalo

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

CCalo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Try something like this: <?php $query = "SELECT * FROM `mytable` ORDER BY RAND() LIMIT 10"; $result = mysql_query($query); ?> This query will give you 10 randomly-sorted records from the table named "mytable".
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.