$eventattendees = $DB_site->query("SELECT COUNT(raid_id) AS count FROM dkp_raid_attendees WHERE raid_id='2' GROUP BY raid_id");
I tried that, and I am getting this:
Recorded Raid History for Upper Blackrock Spire
Date Attendees Drops Notes Added by Value
02-12-05 Resource id #26 Raid #2 Renwo 15.00
02-11-05 Resource id #26 First raid Renwo 15.00
(Notice the resource id) I have also removed the alias and just imputting a number there for time being to avoid any other problems.
|