SELECT distinct c.icontact FROM contact as c, itemtitles as ti,itemtype as ty, category as ca
where ti.iartist=c.icontact and c.isFavorite=1 and c.doNotShow <> 1 and ti.isgalleryfavorite=1
and ty.iitemtype = ti.iitemtype and ty.icategory=ca.icategory and lower(ca.cdescript) like 'peinture%'
and ti.doNotShow <> 1 order by c.cfullname limit 0,-1 Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/robert/public_html/utils.php on line 1178
SELECT distinct c.icontact FROM contact as c, itemtitles as ti,itemtype as ty, category as ca
where ti.iartist=c.icontact and c.isFavorite=1 and c.doNotShow <> 1 and ti.isgalleryfavorite=1
and ty.iitemtype = ti.iitemtype and ty.icategory=ca.icategory and lower(ca.cdescript) like 'peinture%'
and ti.doNotShow <> 1 order by c.cfullname limit 0,5