I am a very raw beginner. I have the code
printf('%01.2f', $total);
but I don't know where to put it. I have a print statement:
print (
<p>
Total<br />
' . $total . '
</p>
);
I suppose I change print to printf, is that right? and where do I put the print('#01.2f', $total);
This probably sounds totally confused but if someone could help sort me out I'd be very grateful.



Reply With Quote



Bookmarks