Current Path : /web/htdocs/www.entinoprofit.org/home/database/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/database/test.php

<?php

$a = 4.50;
$b = 7;


$totale = $a * $b;
echo $totale;

?>