[PHP-WIN] Re: [PHP] PDF printing under windows.

2005-10-25 Thread tg-php
This is really dumb and overly simple, which is probably why it was missed/not brought up, but it just occurred to me that, assuming you have a browser-based interface to your app, why don't you just send the PDF to the browser for printing? Then it should use the Acrobat Reader plugin to open

[PHP-WIN] Re: [PHP] PDF printing under windows.

2005-10-25 Thread tg-php
David.. I think I accidentally deleted your last message, but I believe you said something about Acrobat not closing after it gets done printing. Here are a few thoughts: 1. If you right click on something and select "print" and it performs the command line action listed in the registry as men

[PHP-WIN] RE: [PHP] PDF printing under windows.

2005-10-25 Thread Finner, Doug
Not sure how this might work in PHP, but there is something called WSH (go to MS and poke around) that gives you access to a ton of really interesting Windows bits and pieces. The following is a script I run in Lotus Notes (LotusScript is rather like VBA) and it allows you to set the default print

[PHP-WIN] Re: [PHP] PDF printing under windows.

2005-10-25 Thread tg-php
Two (and a half) things: 1. Even though DOS/Windows machines don't have, specifically, /dev/printer or /dev/lpr or whatever the *nix specific is, it does have a LPTx: device According to the page listed below, it may be possible to do: copy /b filename LPTx The /b indicates it's a binary file.

[PHP-WIN] Re: Mysql support in PHP 5.0.5

2005-10-25 Thread Rosty Kerei
Make sure you have correct extension_dir value in your php.ini Sincerely, Rosty Kerei [EMAIL PROTECTED] ""Beau Newcomb"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've tried everything the faqs say and I'm still unable to get mysql > support > in PHP5.. > > > > I've added H:

Re: [PHP-WIN] Win2k3 - IIS 6.0 - PHP5 - EXEC Function - Stopping/starting a Service

2005-10-25 Thread David Collard
it should have quotes before the 'net' and after 'servicename' also, if php's safe_mode is on, you can only run programs in the safe_mode_exec_dir folder, which would need to be 'C:/WINDOWS/system32' if you are using the net command. Jayvd wrote: I'm trying to start and stop a service wit