System consist of :
- Invoice list (list of invoices with print option)
- Create invoice option (create invoice from here & save details by entering customer name & item details)
Mysql : $conn = new mysqli($servername, $username, $password,$dbname); //in invoice.php file mysql connection is declared