Hi All,

Can anybody put me in the right direction for counting empty cells in a row?

Thanks

Recommended Answers

All 3 Replies

If anybody needs more info, its kind of like a post submittion check.

Say im filling in an address form. I want to show a count of empty lines from that form

Something like this?

SELECT * FROM info WHERE address = ''

my solution was to use all variables in an array and then use substr through each variable with a counter

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.