’50’ ){
$pageexcess = $pageqty – 50;
$pagecharge = ($pageexcess * 0.52) + 30;
}
if ( $bookqty > 1 ){
$bookexcess = $bookqty – 1;
$bookcharge = $bookexcess * 15;
}
}else{ echo ‘Please fill out all the fields. Thank you.’; }
$totalcharge = $pagecharge + $bookcharge;
?>
Your Total Charge: $