PHP money string conversion to integer error

后端 未结 9 695
小蘑菇
小蘑菇 2021-01-13 21:43

I have a small financial application with PHP as the front end and MySQL as the back end. I have ancient prejudices, and I store money values in MySQL as an integer of cents

9条回答
  •  Happy的楠姐
    2021-01-13 22:11

    If you want precision, you should store your money values using the DECIMAL data type in MySQL.

提交回复
热议问题