J
juanpablo
Hi,
I ve been trying to format the result of the following code, but no success
at all!!!
I need to have the variable $c_2_f printed with with thousands separator.
How do i do it?
<?php
if ($scale == "carton")
{print "<table border><tr><th colspan=2> Resultado</th></tr>";
$c_2_f = $kg*440.6;
print "<tr><td>$c_2_f</td><td>gramos Co2</td></tr>"; }
?>
I ve been trying to format the result of the following code, but no success
at all!!!
I need to have the variable $c_2_f printed with with thousands separator.
How do i do it?
<?php
if ($scale == "carton")
{print "<table border><tr><th colspan=2> Resultado</th></tr>";
$c_2_f = $kg*440.6;
print "<tr><td>$c_2_f</td><td>gramos Co2</td></tr>"; }
?>