I have set up a default No Null value in one of my table to stop users submitting an empty records but the No null value is not working. Users are still able to submit an empty record, Im trying avoid writing a validation script in the front end and validate the input from the database.
FYI: Im using MySQL 4.1.11 and PHPmyAdmin 2.6.2
Your help and explaination for the probable cause will be very much appreciated.
Paulng