This topic is locked

Round number to 2 decimal places

10/29/2008 8:17:28 PM
PHPRunner General questions
L
Lisa2006 author

Hi Forum,
I need to round a number to 2 decimal places within the Add Page Before record added and Add Page After record added Event.
I have carried out the following actions so far:
$testnum = '1.225';

echo "testnum: " . round($testnum,2) . "<br />";
This work 100% and displays 1.23
also
,2);

echo "testnum: " . $values["testnum"] . "<br />";
This does not work correctly and simply displays 1.22
Your urgent help to resolve this would be much appreciated.
Lisa

Sergey Kornilov admin 10/30/2008

Post your application to Demo Account and send the URL to support@xlinesoft.com