This PHP website for a 'Customer account' no longer works!!
In June 2013 for security reasons, PHP's Development Team decided to deprecate (i.e. remove) its 'MySQL Extensions' from new versions of the PHP code. Later, when my internet provider upgraded to PHP version 5.5, my 'Customer account' program stopped working, as the MySQL code would no longer connect to the databases. I could have changed all the PHP code to interface with the databases using PDO or MySQLi, but chose not to!


Customer Log-in

 Account Number  
 Password
  
Programmer's Notes:

This demo program was built from scratch using PHP and MySQL. It uses three databases containing sample data for twenty customers.
Each customer can see their current account balance and the invoice and payment transactions in their account for the preceding month..

To log on as a customer:
 • Enter an Account Number between 1 and 20
 • Enter the same number as the Password

To log on as Administrator:
 • Enter "admin" for Account Number and Password

The Administration Menu allows the administrator to add, edit & delete customer accounts. {It could be further programmed to also allow the administrator to add, edit & delete invoices & payments.}

     Jim F.