Forum Moderators: coopster
$numberofbook = $_POST['BOOKS']; $bookexpense = ($numberofbook * 5.95); $shippingbook = 3.00;
I saw this online --> number_format but it didn't work. Hal
<?php $value = 1234.56; print '$'.number_format($value, 2); ?>