SELECT COUNT(DISTINCT(id))
FROM phpwebgallery_image_category AS ic
INNER JOIN phpwebgallery_comments AS com
ON ic.image_id = com.image_id
WHERE 1=1
AND validated="true"
AND (category_id NOT IN (23,24))
;
[mysql error 1146] Table 'spwuenheim.phpwebgallery_comments' doesn't exist
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /mnt/100/sda/5/f/spwuenheim/galeries/comments.php on line 303
SELECT com.id AS comment_id
, com.image_id
, ic.category_id
, com.author
, com.date
, com.content
, com.id AS comment_id
, com.validated
FROM phpwebgallery_image_category AS ic
INNER JOIN phpwebgallery_comments AS com
ON ic.image_id = com.image_id
WHERE 1=1
AND validated="true"
AND (category_id NOT IN (23,24))
GROUP BY comment_id
ORDER BY date DESC
LIMIT 0,10
;
[mysql error 1146] Table 'spwuenheim.phpwebgallery_comments' doesn't exist
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/100/sda/5/f/spwuenheim/galeries/comments.php on line 349 Galeries Des Sapeurs-Pompiers De Wuenheim :: Commentaires utilisateurs