Hello,
Here follow my script:
<?
$a = (0.5);
$b = (1.6);
$c = $a + $b;
ECHO $c;
?>
This is the result:
1
It adds 0 to 1 ($a and $b truncated) and prints $c.
Who will help me? Are there parameters to modify in my configuration?
I'm using php4, mySQL and Apache.
Many thanks in advance :o)
Friendly, Seb