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...