Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'allfoodb'@'localhost' (using password: YES) in /home/allfoodb/public_html/links/libs/db.php on line 3
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'allfoodb'@'localhost' (using password: NO) in /home/allfoodb/public_html/links/libs/db.php on line 4
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/allfoodb/public_html/links/libs/db.php on line 4
Access denied for user 'allfoodb'@'localhost' (using password: NO)
[SELECT
c.*,
COUNT(l.`LinkID`) AS LinksCount
FROM
`vnc_categories` c LEFT JOIN
`vnc_links` l ON c.`CategoryID`=l.`CategoryID`
GROUP BY
c.`CategoryID`
ORDER BY
c.`CategoryName`]