Hi all,

I would like to print directly from php to the client default printer.  i
tried using the code example from php.net:

$handle = printer_open();
printer_write($handle, "Text to print");
printer_close($handle);
but get Fatal error: Call to undefined function: printer_open()
which leads me to believe i am missing a library file. ??
I am running IIS v5 on Win2000 with PHP v4.06
Thanks
Dan




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to