[PHP-WIN] COM Question

2002-04-01 Thread Aron Pilhofer
Can anyone suggest a good tutorial, or website, where I can find information about creating COM objects through PHP? I want to, for example, give users the ability to save result sets to their local computers in excel, or even access - if that's even possible. I've found a couple places with some

RE: [PHP-WIN] COM Question

2001-03-14 Thread Mal McKay
use the object's native close function, and then unset the variable, eg $microsoft_word->quit(); $microsoft_word=null; mal -Original Message- From: James Q. Stansfield [mailto:[EMAIL PROTECTED]] Sent: 14 March 2001 02:17 To: php-windows Subject: [PHP-WIN] COM

Re: [PHP-WIN] COM Question

2001-03-14 Thread Alain Samoun
In PHP COM, you do not need to close the instance of your object, you can unset it if you want but it's not even necessary. Alain On Tue, Mar 13, 2001 at 09:16:36PM -0500, James Q. Stansfield wrote: > > Alright, I've gotten COM to work under PHP with the following: > > <% > $com = new com(

[PHP-WIN] COM Question

2001-03-14 Thread James Q. Stansfield
Alright, I've gotten COM to work under PHP with the following: <% $com = new com("iUtil.iTemplate"); %> Now, looking at the documentation I can't find any function to close the object when I don't need it any longer. Am I missing anything here? If PHP autocloses objects that wou

[PHP-WIN] COM Question

2001-02-05 Thread Conover, Ryan
Do I need to have anything special installed on the server (IIS) to call excel and word with COM. Ryan -- PHP Windows 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: [EM