This topic is locked
[SOLVED]

 Decimal operation with PHPrunner ....

11/4/2010 5:54:50 AM
PHPRunner General questions
O
overmars author

Dear user Forum

I'm still newbie in PHP programming,
There are some fundamental things I wanted to ask to the forum about basic decimals operations with PHPMaker

this is my question :

how the best procedure to perform decimals number operations with Phprunner ?

desired format = 9,99 (two digits behind the comma), what setting should be selected in the visual editor? And what field type most appropriate in MySQL?
I previously storing the result in a integer field type, whether my data will be lost if I change it into a decimal field type ?
thank-you

OV