As the printing is done by the browser and not by anything controlled by PHP, it is impossible to create a solution for this with PHP. You might be able to change your browser settings with some javascript for this function but not with PHP.
Remember: PHP is run on the webserver and returns a 'plain' html page to the client. It can't do any client side processing. Javascript(and java apps) on the other hand are run on the client and can interface with the browser. Robert Klinkenberg -----Oorspronkelijk bericht----- Van: Ye Tun [mailto:[EMAIL PROTECTED]] Verzonden: Wednesday, December 19, 2001 6:21 PM Aan: [EMAIL PROTECTED] Onderwerp: [PHP] Client Side Printing Hello, I am not sure if this is common question. I am just starting to write php code and I found one problem with printing. If my php server is sitting on 5th floor of our network and staff at 1st floor want to print the page without those URL and header included in the printout (just like printing invoice out of the intranet) at the printer directly connected to his/er client computer, how can I write php code for that? What function should I use.? REgards, Ye Tun -- PHP General 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] -- PHP General 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]