Could not find 'All values are required' in add.phpIt is a good practice to put the 'All fields are required' check before the other checks (like is_numeric) code example
Example: php is variable a number
if(is_numeric($what_am_i)){
//true
}
if(is_numeric($what_am_i)){
//true
}