View Single Post
  #6  
Old 01-21-2017, 10:27 AM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,372
IntoRain is on a distinguished road
Default

Hmm I'm not sure I get it, but would something like this work?

PHP Code:
$array $mysidia->db->select("owned_adoptables", array("type""subtype"), "owner = '{$mysidia->user->username}' GROUP BY type, subtype")->fetchAll();
$owned1 count($array); 
__________________


asp.net stole my soul.
Reply With Quote