Hi there,
I'm trying to use the print functions but am getting the following error the moment I
try to open the printer:
"Call to undefined function: printer_open()"
I'm running on NT4.0 SP6a and PHP 4.0.6 on Xitami v2.4d9.
Any ideas why this function isn't available?
The only other library
That did the trick!
Thanks Darvin,
-Steve
>
> Do you have comment out the line "extension=php_printer.dll" in your
> php.ini?
>
> Regards
>
> Darvin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED
Hi there,
I'm trying to use 'copy' to copy from a url. The line I'm using is:
copy( "http://www.lotus.com";, "c:\\temp\\lotus.html");
I am getting the error:
"Warning: Unable to open 'http://www.lotus.com' for reading: Invalid argument in
D:/webserver/Xitami/webpages/zed/php/Downloader.php on
If memory serves that particular warning comes up as an E_NOTICE type not
an E_WARNING, so you can switch it off without getting rid of the warnings
you really DO want to see.
-Steve
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma