I am passing user entered numerical values into a database using text inputs. I want the db to execute the insert for all numerical values greater than or equal to 0 however if nothing is in the textbox I do not want the database to execute the insert. So I would like to distinguish between 0 and no entry. isset would still return true. any help would be great Thank You
I have my code written, I just need help with the logic test of determining whether zero or null.