robostory Posted July 3, 2009 Share Posted July 3, 2009 Hi, I have a form that send data to a processor form which then updates a table on a mysql db. The problem is the number data is truncating down to a single unit. the field in question are defined as float(8,3) yet if I input data - say 12 for example it will drop to 1.00 any ideas as to how to format the retrieved input before sending the data to the table? cheers Link to comment https://forums.phpfreaks.com/topic/164636-solved-input-not-updating-mysql-tables-as-required/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.