MySQL Decimal Places

wxdqz

New Member
Hi,

I have a form, which inserts data into a mysql database. One of the fields in the form is a number, which I want as 2 decimal places (ie, 1.75).

When I press submit...I look on the mySQL admin, and it shows up as just "1".

Somehow, somewhere, mysql is doing something I don't want it to do.

Can anyone help?

Thanks
Ben
 
Back
Top