array(2) { [1]=> string(2) "10" [2]=> string(2) "60" } 60
Sorry for the delay been busy.
This is the output from the Form $usedQty
array(2) { [1]=> string(2) "10" [2]=> string(2) "60" } NULL 60
This is the output from both $usedQty (form) and $ OldQty (datbase, query)
Thanks!
I have not come across this error before, I noticed a null value in the string from the query, would that have any effect?
😕