Recent invoices
A fatal MySQL error occured.\n
Query: " . $qry . "
\nError: (" . mysql_errno() . ") " . mysql_error()); ?>
Invoice
Customer
Date
// Loop through them while ($invoice = mysql_fetch_array($result)) { echo "
"; echo "
".$invoice["invoiceid"]."
"; echo "
".$invoice["customername"]."
"; echo "
".$invoice["invoicelinedate"]."
"; echo "
\n"; } ?>