Long story short...
I'm modifying some code I found to allow a user to input a new rate (i.e. 4.50). The code will also store that value in a variable and allow it to be output anywhere else on the site.
Anyhow, here's what's happening...
When I put 4.50 for my rate it strips off the zero and makes it 4.5. If I put 4.51 however it does not strip off the one and keeps the rate at 4.51.
I can't figure out why it's stripping the zero from the end but I don't want it to do this. I am searching through the code relentlessly and starting to think that maybe this is something that's controlled by the actual MySQL table structure?