Firstly, thanks for the advice.
I followed your advice:
-allow null value
-setting null as default
However, I received 0.00 when I save the page, in which I want it to be null if nothing is inserted.
My php page consists of INSERT INTO ...VALUE $variable, $variable1 in which $variable1 is text box inserted and saved by user and I want it to accept the text box value and if nothing is inserted, it will return null.
Thanks and regards.