Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.01 KB

File metadata and controls

34 lines (20 loc) · 1.01 KB

MYSQL DATA EXPORT TO PDF AND TXT

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.

Prerequisite

  • WAMP or LAMP Server
  • Browser

Steps

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.

References

Authors