Skip to content

scedar/mysql_php_export_pdf_txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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