Quote:
Originally Posted by cyberxxx
1) Try this PHP code if you want:
<?php
$x = 54; // some sample value
echo -25/27*$x . " = " . (-25/27)*$x;
?>
You will be surprised when you'll see the result because it will be "-50 = -50"
|
Math and php code are two different things
