Tente executar o comando simples. Sem as aspas!


<?php

$var1 = 4.6;
$var2 = 5.3;
$var = $var1 * $var2;
echo $var;

?>




Att. Ayrton Ricardo.