Hi,
I have rtfm, but I cannot seem to find the PHP function that will allow me to work with numbers with decimals.
What I want to do is,
in an order form, a calculation is made based on the customer's order and the amount of the order is printed out on the screen. However, I want it to print out with 2 decimal places (ex. $17.00). Instead, it prints out as $17.
Is there a PHP function that will do this?
Thank you for your time.
Bill in Florida