Today I am going to give you this tutorial on how to read excel file and insert data into MySQL Datbase using PHP. I have used a php library php-excel-reader it is a very simple and easy to understand library to get excel data in your MySQL DB. You can print data in same excel format in HTML and display on browser.
In this post I will explain you how to generate a simple PDF file from your MySQL database using PHP. For this thing we will use the PHP library FPDF which will allow us to generate the PDF file with the content and ourput format we want. Step-1: Get the data from MySQL database into the page Step-1: Download the FPDF library from fpdf.org Step-2: Copy the fpdf.php file into your application folder Step-3: Use the fpdf library Download Code Here… http://ahir.16mb.com/email.php

Comments
Post a Comment