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
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
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(
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
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