A
|
alang 12/17/2007 |
You should be able to display the number with a fixed number of digits after the decimal point (2 for example) by defining it in MySQL as DECIMAL(10,2). Then in PHPRunner specify the View As "Number" on the visual editor page. |