On Tuesday 07 January 2003 05:56, Kathy wrote:
>      Hi, I'm Kathy and just a beginner in php. I'm using the printer_open
> and printer_draw_text etc. to print a report. It works in my localhost, but
> when I run it in a remote server, the error message 'couldn't connect to
> the printer' shown. I think this was caused by no printer was setup in the
> remote server. Can you suggest how I can print to a local printer with the
> programs reside in remote server.

The php printer commands can only control printers attached to the webserver.

If you want finer control over the printed output than what HTML can provide, 
then you can consider creating a PDF file instead.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
It is better to live rich than to die rich.
                -- Samuel Johnson
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to