Hi guys!

I do not know what is it and why it happens, but I ROTFL!!
If anybody has a php3 installed , PLEASE check it. This example is 
taken from php.net

<?
  $money1 = 68.75;
  $money2 = 54.35;
  $money = (($money1 + $money2) * 2);
    // echo $money will output "123.1";
  $formatted = sprintf ("%01.2f", $money);
 // echo $formatted will output "123.10"
echo "$formatted";
?>


Input this into any page , point Your browser for it , and reload 
several times.....and watch CAREFULLY what is displayed.


Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to