basically this php script outputs everything to 4 decimal points
ie 9.3434
i want everything to show with only 2 deicmal points
ie 9.34
i know it has something to do with number_format
here is all the number_format cods from the script
how do i change it to display only 2 decimal point
I...