I am selecting a number of database columns from a MySQL database. I would like to count the number of returned MySQL rows from a particular set that is not NULL.
For example...
SELECT p.wavURL1, p.wavURL2, p.wavURL3, p.wavURL4, etc.
Can I count in PHP the number of these that are not NULL?