display amount of records based on a column value PHP
i have a table (cfsCustomersImages)
containing the columns
imagesID
image
custID
imageWant
the value of column imageWant is default "N" if the user wants and image they have a form they can check to change the value to "Y"
what i need to show is a value of the total of "Y" values in the column
for example
if 6 "Y"'s are in the columns
6 images have been selected
does this make sense?