There is no decimal type in PHP and float is not as precise as decimal. You could use double as data type or integer and store the value in cents.
There is no decimal type in PHP and float is not as precise as decimal. You could use double as data type or integer and store the value in cents.