Re: [PHP-DB] How to print doc

2004-01-14 Thread Cal Evans
Agreed. It is possible to print things on the server side. I made the (incorrect) assumption that he wanted to control client-side printing from PHP. Let me know how I may be of service, =C= * Cal Evans * http://www.eicc.com * We take care of your IT, * So you can take care of your business. * *

Re: [PHP-DB] How to print doc

2004-01-13 Thread Sai Hertz And Control Systems
Dear Cal Evans, Assuming you mean from PHP, you can't directly do that. PHP is server side, Printing is client side. If you are working in a Printing is possible on server side PHP has some print functions but that works on Windows only that also on serverside not the client side In javascript

Re: [PHP-DB] How to print doc

2004-01-13 Thread Cal Evans
Assuming you mean from PHP, you can't directly do that. PHP is server side, Printing is client side. If you are working in a browser environment, you can explore your options within Javascript. Let me know how I may be of service, =C= * Cal Evans * http://www.eicc.com * We take care of your IT,

[PHP-DB] How to print doc

2004-01-12 Thread wan
Hi all, How to print document without display/open that document, Only click the button print, document printing. TQ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php