Skip to content

sheldon-e/generate-pdf-from-mysql-database-using-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generate-pdf-from-mysql-database-using-php

The full tutorial can be found @ http://angularcode.com/generate-pdf-using-php-mysql/ ##Import data Import books.sql into your MySQL This will create necessary tables and insert sample data into it.

##Change the settings You need to change the following database settings in database.php

  private $host = "localhost";
	private $user = "root";
	private $password = "root";
	private $database = "crud";

##Run the program Copy the project into your PHP servers root directory and access the index.php

This should create the PDF page and display it in the browser.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.5%
  • CSS 1.5%