Hi, What i want to do is take a percentage from a total. Basically something like this: <?php $subtotal = '50'; $discount = '10%'; $total = ($subtotal - $discount); Code (markup): Cheers, Adam