Thread: Random Adoption
View Single Post
  #5  
Old 05-10-2009, 09:10 AM
trollis76 trollis76 is offline
Member
 
Join Date: Feb 2009
Posts: 160
Credits: 13,631
trollis76
Default RE: Random Adoption

For me that code didn't work.
This was working for me:
Code:
$query = "SELECT * FROM ".$prefix."adopts_adoptables ORDER BY RAND() LIMIT 1";
Reply With Quote