RE: [PHP-WIN] printing directly from php

2001-12-07 Thread FPU . WHITES1
site remotely in the normal fashion. -Steve -- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Fri, 7 Dec 2001 09:03:45 -0600 Subject: RE: [PHP-WIN] printing directl

RE: [PHP-WIN] printing directly from php

2001-12-07 Thread Tim Foster
Just for clarification Will this method allow the user to click on a link and *poof* out comes somthing out of his/her printer? I thought browsers couldn't do that? And if it can, what HTML (or HTTP header or whatever) is actually being sent to the client. TIM -Stenderup's Law: The sooner

RE: [PHP-WIN] printing directly from php

2001-12-06 Thread Ross Fleming
ry by putting this line: extension_dir = C:\PHP\extensions somewhere before the extension= lines. Ross -Original Message- From: daniel cozzolino [mailto:[EMAIL PROTECTED]] Sent: 07 December 2001 05:30 To: [EMAIL PROTECTED] Subject: [PHP-WIN] printing directly from php Hi all, I would li

[PHP-WIN] printing directly from php

2001-12-06 Thread daniel cozzolino
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 t