php_pdf.dll problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aditi_19
Forum Newbie
Posts: 23
Joined: Sun Jun 21, 2009 3:09 pm

php_pdf.dll problem

Post by aditi_19 »

I want to create reports in php for which i need php_pdf.dll.I am using php5 which doesnot have this extension. I tried downloading php_pdf.dll from some sites and php.ini accordingly but it still gives me an error :

Fatal error: Call to undefined function pdf_new() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\reports.php on line 35

This is the error indicating that the php_pdf.dll is not compatible with your version of PHP. Could any one guide me with this issue or what php_pdf.dll to use. I am totally clueless now !

Thanks
Post Reply