gwigington68661
Technical User
Hey all,
I am very new to .php, but I am trying to add the php_pdflib.dll to my IIS 6.0 Server running PHP 5.2.12.
I have added the dll to the ext directory and made sure the extensions directory value is correct in the php.ini. I then added the line extension=php_pdflib.dll to my php.ini file. I then also restart IIS.
When I try a simply Hello World php page I get the following error:
Fatal error: Call to undefined function pdf_new() in E:\XXXSite\Site\pdf.php
Also when I do an phpinfo() I don't see any reference to the PDF.
What can I be doing wrong??
Thanks for the Help in advance.
I am very new to .php, but I am trying to add the php_pdflib.dll to my IIS 6.0 Server running PHP 5.2.12.
I have added the dll to the ext directory and made sure the extensions directory value is correct in the php.ini. I then added the line extension=php_pdflib.dll to my php.ini file. I then also restart IIS.
When I try a simply Hello World php page I get the following error:
Fatal error: Call to undefined function pdf_new() in E:\XXXSite\Site\pdf.php
Also when I do an phpinfo() I don't see any reference to the PDF.
What can I be doing wrong??
Thanks for the Help in advance.