I have a php form written to post html field data to a mysql database. One of the mysql fields is set as a number field to post weight data. Works fine for whole numbers like 11 or 15 but when I enter 11.5 or 15.6 it cuts off the decimal part. I am so new I squeak and do not know much about setting up number fields in mysql, which is where I think the problem to be. Any comments will be helpfull thanks...