Jump to content

[SOLVED] decimal place formating within a table? help please


HelpMe1985

Recommended Posts

hi i want to format the out put from my database in a table to 2 decimal places e.g. 6.70 ive found that this code dose what i want to do

 

printf ("%01.2f", $variable);

 

but im having trouble fitting it into my code within the table

 

echo "<td><center>£" . $row['WeeklyCharge'] . "</td>";

 

how do i fit that in so WeeklyCharge will display in the table to two decimal places. Every time i try i get an error. Any help would be great or if anyone knows of a better way i could look at doing it?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.