I have this query, when I echo package_votes I get the number 5, while there actually only is one record!
<?php
$sQuery =
"
SELECT
hosts.id AS iD,
DATE_FORMAT(hosts.date_added,'%Y-%m-%d' ) AS added,
DATE_FORMAT(hosts.date_updated,'%Y-%m-%d' ) AS updated,
hosts.name...