From: Gerardo Picotti on
Hi.
I'm trying to use the printer functions in my php development.
I add the php_printer.dll in the "c:/php/ext/" path.
I add the line in the php.ini file like that: extension=php_printer.dll.
But that doesn't work and gives the next error:

Fatal error: Call to undefined function printer_open().

What can I do?
Thanks for your help!


Gerardo

From: Bastien Koert on
On Fri, Mar 27, 2009 at 8:37 AM, Gerardo Picotti <gpicotti(a)erio.com.ar>wrote:

> Hi.
> I'm trying to use the printer functions in my php development.
> I add the php_printer.dll in the "c:/php/ext/" path.
> I add the line in the php.ini file like that: extension=php_printer.dll.
> But that doesn't work and gives the next error:
>
> Fatal error: Call to undefined function printer_open().
>
> What can I do?
> Thanks for your help!
>
>
> Gerardo
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> Does the php_printer.dll exist in the EXT folder?


--

Bastien

Cat, the other other white meat
From: Gerardo Picotti on
Yes, dll file exists in this folder: C:\PHP\EXT


Bastien Koert escribi�:
>
>
> On Fri, Mar 27, 2009 at 8:37 AM, Gerardo Picotti <gpicotti(a)erio.com.ar
> <mailto:gpicotti(a)erio.com.ar>> wrote:
>
> Hi.
> I'm trying to use the printer functions in my php development.
> I add the php_printer.dll in the "c:/php/ext/" path.
> I add the line in the php.ini file like that:
> extension=php_printer.dll.
> But that doesn't work and gives the next error:
>
> Fatal error: Call to undefined function printer_open().
>
> What can I do?
> Thanks for your help!
>
>
> Gerardo
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> Does the php_printer.dll exist in the EXT folder?
>
>
> --
>
> Bastien
>
> Cat, the other other white meat

From: Shawn McKenzie on
Gerardo Picotti wrote:
> Hi.
> I'm trying to use the printer functions in my php development.
> I add the php_printer.dll in the "c:/php/ext/" path.
> I add the line in the php.ini file like that: extension=php_printer.dll.
> But that doesn't work and gives the next error:
>
> Fatal error: Call to undefined function printer_open().
>
> What can I do?
> Thanks for your help!
>
>
> Gerardo
>
You restarted your web server?

--
Thanks!
-Shawn
http://www.spidean.com
 | 
Pages: 1
Prev: php5activescript.dll
Next: Am I being hacked?