#!/usr/bin/php -q UTD-Hosting :: Invoice <?PHP echo INVOICEID; ?>

Invoice #

Issued:
Due:
Status:

Itemisation

'; } ?>
DescriptionCost
'.$row['package_name'].'£'; echo money_format('%i',$row['bi_cost']/100); $tot += $row['bi_cost']; echo '

Total

The total cost of this invoice is £.

Payment

This invoice is outstanding. To pay this invoice using PayPal, '; echo 'please use the button to the right.'; } else { echo '

This invoice has been paid. Thank you for using UTD-Hosting.'; } ?> If you have any queries about this invoice, please e-mail sales@utd-hosting.com, including the invoice number and your account name.