SELECT COUNT(*) AS nb_comments
  FROM phpwebgallery_comments
  WHERE image_id = 32
    AND validated = 'true'
;
[mysql error 1146] Table 'fddfr.phpwebgallery_comments' doesn't exist