DF file on the fly and
> letting the user print via the Adobe interface
> http://us4.php.net/manual/en/ref.pdf.php
>
> the other is accomplished via JavaScript. You should be able to find some
> help with printing a web page at http://www.hotscripts.com
>
> HTH,
>
> Warren
Has anyone ever done any printing from PHP. I have recently been trying to
get the printer functions to work with no success. anyone have any hints?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a script that calls:
system('copy /b prnfile lpt4:', $result);
or:
system('type prnfile > lpt4', $result);
the result is '1' and it doesn't send it to lpt4.
I have tried:
system('type prnfile', $result);
the result of that is '0' and it puts all the info in the file on the
brows
I'm running PHP 4.3.1 on a windows 2k3 server. I have a script that used to
work on my 2k server using CGI. When I use the ISAPI method under my 2k3
server the scrip appears to work fine but when it gets to a system() command
it doesn't do it for some reason.
Under the CGI method it gives me the