I am using php code to query to a database and the results will be used to generate a report.
If I want the report to be generated in a pdf format how should I do it
You can also use FPDF, I've used that for several projects. In the beginning you will be annoyed a lot, but when you get used to it, it will get easier to create pdf's :)