Thread: sort adoptables
View Single Post
  #2  
Old 12-01-2009, 09:05 AM
Arianna's Avatar
Arianna Arianna is offline
Dev Staff
 
Join Date: Sep 2009
Posts: 334
Gender: Female
Credits: 21,281
Arianna will become famous soon enough
Default RE: sort adoptables

Hmm - well, I sort mine by type. The favorite order might be tricky, though... When you query, just use something like this.. Mine has it on line 88.
PHP Code:
$query "SELECT * FROM ".$prefix."owned_adoptables WHERE owner='$loggedinname' ORDER BY type, totalclicks DESC"
I hope that I helped.
Reply With Quote