what is the easiest way to generate report in php pdf format.?

sonz

New member
hi. im just a newbie in php. there are still a lot of codes that i dont understand. i just want to generate my reports in pdf format the problem is i don't know how. can someone give me an easiest way to understand it? a sample is much better. thanks...
 
PDF functionality is not built into PHP by default. You have to add in a special library and the necessary PHP package to utilize it.

Read this:
http://www.php.net/manual/en/book.pdf.php
 
PDF functionality is not built into PHP by default. You have to add in a special library and the necessary PHP package to utilize it.

Read this:
http://www.php.net/manual/en/book.pdf.php
 
Back
Top