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
If you need UTF support in your PDF file, consider tcpdf library.
tcpdf
Download it from here: http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf
And in your script:
Output('filename.pdf', 'I'); ?>