[PHP] php and com

2005-05-17 Thread Bob Pilly
I am trying to start word using com and php. I am running php 5.04 and apache 2.054 on windows. I have used a simple example from the php site but cant get it working. |?php // starting word $word = new COM(word.application) or die(Unable to instantiate Word); echo Loaded Word, version {$word

[PHP] PHP and COM+ prob

2005-05-17 Thread bob pilly
Hi all! I am trying to start word using com and php and having problems. I am running php 5.04 and apache 2.054 on windows. I have used a simple example from the php site but cant get it working. |?php // starting word $word = new COM(word.application) or die(Unable to instantiate Word); echo

Re: [PHP] PHP and COM+ prob

2005-05-17 Thread Jochem Maas
bob pilly wrote: Hi all! I am trying to start word using com and php and having problems. I am running php 5.04 and apache 2.054 on windows. I have used a simple example from the php site but cant get it working. |?php // starting word $word = new COM(word.application) or die(Unable to instantiate

[PHP] PHP and COM - Excel

2002-07-03 Thread MindHunter
I am trying to create a Pivot Table with PHP's COM functions. I managed to get the data and charts functions going but the pivot table is tricky. Anyone that managed it before? I am looking for examples, plz. Tx MH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] PHP and COM

2002-06-24 Thread MindHunter
I am looking for more examples on PHP and COM. I've got all the stuff from the manual and the tutorials, but I want more. Anyone that can help plz? Tx MH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and COM - Syntax question

2002-01-18 Thread J Wynia
I sent this to the php.windows group as well, but haven't heard an answer, so I'm escalating it to the general list. Please don't be offended by the redundant posting. I've scoured the web for an answer, but virtually all COM examples using Word are copies of the code in the PHP manual. I'm just