bccamp
Technical User
- Jan 20, 2005
- 69
I've been struggling with this problem for a while. I've got a db with expiration dates for some entries, and NULL for other expiration date entries. I'm displaying on a page with tables for each entry and I've been trying to code all the php exceptions for all the possible variables that I want to display. When I fix one thing, another breaks. It would be easier if I could remove all expired entries without removing the NULL entries from the original SELECT db query. Please help...