mysql_query("UPDATE images SET count=1 WHERE id = '$row[id]'");
How can I add the number 1 instead of set it??
SET count=count+1
Diego