A boilerplate for PHP project that includes connection to a MYSQL Database, FPDF which is used for generation of PDFs and simple way to generate text files. The code is also commendably structured.
- WAMP or LAMP Server
- Browser
Clone the repository::
git clone https://github.com/scedar/mysql_php_export_pdf_txt.git
- Create a database called pdfexport
- Import sql/pdfexport.sql
- Edit your Server Details on the config/constants.php
From there i think you are set.
- FPDF Library
- Create Table in PDF using data from MySQL table records using FPDF
- Create Table in PDF using data from MySQL table records using FPDF
- Ochomo William - ochomoswill a member of Scedar Technologies Co.