Generating Invoice Using FPDF in PHP and MySQL (II)

Published on :

Hello Everyone ! Welcome to the second part of this tutorial series ‘Generating Invoice Using FPDF in PHP and MySQL’. For a quick reminder about what we have accomplished till now , please go through the below list Creation of database ‘test’ and table ‘products’ in mysql databse. Creation of […]

Generating Invoice Using FPDF in PHP and MySQL (I)

Published on :

Hello Everyone ! Today I am going to show you how to generate .pdf invoices in PHP and MySQL. Automatic generation of invoices and purchase orders are features of most of the ERP systems out there in the market, and so knowing the KNOW-HOW of this functionality can help you in […]