The built-in COM functionality of PHP4 is quite attractive for some of us programming in the win32 environment.
So far, there is not much documentation on the subject. This short article will explain how to use COM in real
PHP4 programming with three examples using MS office 2000 Word and Excel programs and the Adobe Distiller program.
The COM technology has been developed by Microsoft for several years, under different names. As far as this article is concerned,
the words OLE, OLE Automation, ActiveX and COM are all the same: They designate an encapsulated piece of code
(the Object) that performs some functions
for a windows application. PHP4 COM connects to the object (Instantiate the object) and uses its methods and properties.
If you want to reproduce the following examples, here is my configuration:
- Windows 98 - MS Office 2000
- Apache 1.3.9 Windows
- PHP4.02 Dev (08-20-00) Running as CGI
Lets start with the specific information to use the COM functions with PHP4. To instantiate a component, one
needs the "new" operator
and the "OLE programmatic identifiers" of the object:
Since COM is a reserved class name in PHP4, it passes the object's
identifier to the constructor.
Now that we have instantiated the component, we can easily
reach its methods and properties, using the OOP class. For example:
There are two tag functions for PHP4 COM that are used when the OOP construct doesn't work.
(In the case of PHP syntax problems, with the names and values of
properties with invalid characters, like dot or parenthesis):
Finally, PHP4 also supports DCOM to create an instance of an object on a remote computer:
Note: there is a DCOM directive to set in the PHP configuration. PHP developers may add DCOM support for Unix in the future.
That's all, there are no other functions to remember!
Identifiers, methods and properties.
Identifiers are strings like:
- MS Word: "Word.Application" or "Word.Application.9"
- MS Excel: "Excel.Application" or "Excel.Sheet"
- ADOBE Acrobat: "Exch.application" or "PdfDistiller.PdfDistiller"
As the last identifier name indicates, it is not always easy to know the right
name for the object. If you do not have access to a VBA doc, you can look at
the windows registry (Start - Run regedit) and look in the HKEY_CLASSES_ROOT
folder: Scan down until the end of the extensions list, you will then reach the
Application names. The COM Identifiers available in your machine,
are the folders with the CLSID subfolders.
The application program should document its COM methods and properties.
In the case of Office 2000, start the application, then open the visual basic editor with the <ALT+F11> short cut
key and select the Objects Editor <F2>. Enter a name of method or properties for the
application's library. Then, select a class or member and right click on the member name
in the next window below. You will get the description for the class or
member by selecting help.
You can also consult MSDN. An example for Excel is:
| Comments: |
| how to parse word file having images, tables | kashif | 07/07/08 07:35 |
| PHP + Com + Word | sebastian reikowski | 07/12/07 10:39 |
| Com and PHP | subangini | 05/31/07 07:56 |
| Using Excel COM without MS Excel installed | James Gallardo | 11/24/05 10:28 |
| converting xls file into csv using php | raj | 10/21/05 01:27 |
| RE: slow down executing com | Aradhana | 09/28/05 08:11 |
| RE: slow down execute com | mjqtreble | 09/27/05 11:24 |
| $word-> Invoke Error | PAULO EDUARDO MAIA | 07/30/05 18:52 |
| com php/word | dinanath | 07/25/05 06:23 |
| Concurrent Access Problem using PHP and COM | Uruloki | 07/08/05 05:00 |
| Apache + W2K3 Server + COM + PHP= Apache fail | James H | 06/29/05 12:37 |
| Excel FitToPagesWide property | Holger | 06/15/05 08:15 |
| slow down execute com | Iwan | 05/13/05 07:22 |
| com problem in xp | Iwan | 05/13/05 06:40 |
| RE: Porting VB to PHP | Alex | 05/03/05 16:48 |
| RE: Mysql to xls | Joe G. | 04/30/05 17:29 |
| RE: Mysql to xls | pepienk | 03/02/05 22:23 |
| COM and Word Page Number | Weston | 01/27/05 23:33 |
| RE: Warning: Type library value.... | dennis | 01/09/05 20:54 |
| PHP Word | Rodney Norman | 12/28/04 00:39 |
| Inserting jpg into Word Document | PJ Newberry | 12/10/04 13:23 |
| How do run an excel macro with PHP | iman khabazian | 12/08/04 01:59 |
| ParagraphFormat->Aligment | Anna | 11/29/04 01:43 |
| RE: error while creating an instance of EXCEL | Amjad Damisi | 11/25/04 04:12 |
| RE: error while creating an instance of EXCEL | Amjad Damisi | 11/25/04 04:09 |
| RE: HELP NEEDED : COM & PHP4 on Win2k / IIS5 | Soha Abouseif | 11/24/04 05:13 |
| Problem with COM/MSWord under IIS5 | Soha Abouseif | 11/24/04 05:05 |
| RE: Com objects & variables passed by reference | Feroz Zahid | 08/24/04 01:30 |
| RE: Text formatting -Word Templates | sonic | 04/01/04 21:01 |
| RE: International characters in Excel | SLON | 03/17/04 11:04 |
| com php/word | Gringo | 10/31/03 08:10 |
| PROBLEMS UNDER WIN2K and XP... | alain M samoun | 08/29/03 13:27 |
| RE: Using CDONTS | travis johnson | 03/10/03 21:25 |
| RE: Method calls | Edinsson Ariza | 01/02/03 16:25 |
| Cannot print (to file) from Excel | Gaetano Giunta | 12/17/02 06:44 |
| RE: Help !! pdf conversion | Gaetano Giunta | 12/17/02 06:38 |
| Problem with COM | Alex | 11/05/02 10:43 |
| PHP COM | bijurama | 10/31/02 09:09 |
| introduce an optional parameter in a function | ajithlal | 10/31/02 06:58 |
| Porting VB to PHP | Alex Dow | 10/30/02 21:55 |
| unbold the words ... | jiayi | 10/29/02 21:57 |
| Warning: Type library value.... | Andrew Chance | 10/17/02 11:18 |
| NULL pointer exception | Tha Chief | 10/04/02 02:03 |
| COM PHP crash or malfunction? | John Adair | 09/18/02 17:59 |
| error while creating an instance of EXCEL | Muhammad Qasim | 09/13/02 04:04 |
| RE: Using com_get() or com_propget() | Ben | 09/11/02 15:38 |
| RE: Displaying Application | Ben | 09/11/02 15:36 |
| can't save or close excel worksheet | Simon | 09/10/02 17:21 |
| Cannot instantiate non-existent class: com ?? | acidbox | 09/04/02 15:51 |
| PHP & COM & MS WORD | JOSE23 | 09/03/02 03:34 |
| Method calls | Nick K. Aghazarian | 08/31/02 23:43 |
| RE: Excel, COM and PHP | Oliver | 08/27/02 06:01 |
| RE: Plese check | Milind Pingale | 08/24/02 08:31 |
| RE: COM and PHP - Start on Client | Lorenz Wiedemar | 08/23/02 11:47 |
| RE: ADVICE: COM Problems in win2k and NT | avenger | 08/19/02 13:32 |
| RE: COM on XP !? | Nicholas Clark | 08/05/02 21:17 |
| Displaying Application | Lance | 07/31/02 10:33 |
| RE: notepad and php extentions | Roy | 07/22/02 08:00 |
| Problem with Com Object | Super Bill | 07/16/02 02:59 |
| COM and PHP - Start on Client | Seb | 07/16/02 02:30 |
| please help me alain | Caillard Youri (fr) | 07/10/02 08:32 |
| Sample table (COM) | ctb123 | 07/09/02 05:32 |
| Word Doc Question | ctb123 | 07/08/02 23:49 |
| Properties with "PropPutRef" attribute | Laurent | 06/25/02 04:44 |
| Help !! pdf conversion | Kumar | 06/21/02 15:25 |
| RE: Word FormFields | alain | 06/12/02 15:37 |
| Word FormFields | Trent | 06/12/02 13:19 |
| RE: identifiers for winamp | alain | 06/06/02 20:13 |
| RE: identifiers for winamp | rym | 06/06/02 10:50 |
| COM on XP !? | Sebastian | 06/05/02 01:19 |
| RE: PHP/COM problemm | alain | 06/03/02 20:08 |
| PHP/COM problemm | figa | 06/02/02 14:49 |
| RE: PHP / COM: Printing Problem | Lou Popovsky | 06/02/02 01:38 |
| identifiers for winamp | Alvaro Torres | 05/29/02 16:13 |
| RE: PHP / COM: Printing Problem | alain | 05/22/02 23:44 |
| PHP and Crystal Reports | Santi | 05/20/02 07:55 |
| RE: Outlook, DCOM and Php | Dave Forrest | 05/20/02 03:44 |
| PHP / COM: Printing Problem | Michael | 05/15/02 09:34 |
| help i need document com with php on window | somax | 05/10/02 01:03 |
| RE: Outlook, DCOM and Php | alain | 05/08/02 14:10 |
| RE: HELP NEEDED : COM & PHP4 on Win2k / IIS5 | alain | 05/08/02 14:00 |
| RE: COM and PHP and Word | alain | 05/08/02 13:56 |
| Passing parameter by reference to DLL | Ilya | 05/07/02 23:11 |
| Outlook, DCOM and Php | Thomas | 05/02/02 17:42 |
| COM and PHP and Word | Raoul | 04/30/02 12:08 |
| RE: HELP NEEDED : COM & PHP4 on Win2k / IIS5 | Oscar | 04/30/02 10:28 |
| RE: HELP NEEDED : COM & PHP4 on Win2k / IIS5 | Oscar | 04/30/02 10:01 |
| COM with PHP | mickael | 04/24/02 11:04 |
| HELP NEEDED : COM & PHP4 on Win2k / IIS5 | D. Simmons | 04/11/02 16:05 |
| Saving Outlook contact Items with PHP | Peter Mulder | 03/30/02 12:46 |
| Save CSV file under EXCEL | batataw | 03/29/02 13:08 |
| RE: Invalid ProgID, GUID string, or Moniker | Jeff | 03/29/02 12:05 |
| RE: Invalid ProgID, GUID string, or Moniker | Bogomil | 03/29/02 09:50 |
| RE: Outlook tasks | Bogomil | 03/29/02 09:46 |
| Invalid ProgID, GUID string, or Moniker | Ken Johanson | 03/27/02 18:06 |
| COM In IIS Isapi Problem | hongky | 03/25/02 01:15 |
| RE: hiding table gridlines in word? | alain | 03/23/02 20:15 |
| hiding table gridlines in word? | digihoo | 03/22/02 10:17 |
| RE: Excel, COM and PHP | alain | 03/21/02 12:53 |
| Excel, COM and PHP | Will | 03/19/02 05:42 |
| RE: PHP +COM +ADSI?? | alain | 03/14/02 00:11 |
| objects as session variables | mariano | 03/13/02 16:45 |
| PHP +COM +ADSI?? | Steven Holloway | 03/12/02 09:29 |
| RE: Fatal error: NULL pointer exception | alain | 03/11/02 17:02 |
| Fatal error: NULL pointer exception | Dario | 03/08/02 09:15 |
| Excel.application vs Excel.sheet | Alex Madon | 03/07/02 12:50 |
| RE: Need Help [COM] | alain | 03/01/02 21:05 |
| Need Help [COM] | baabu | 02/27/02 01:18 |
| RE: Text formatting -Word Templates | Jason Hoover | 02/25/02 17:32 |
| RE: COM Configuration in php.ini? | alain | 02/25/02 00:13 |
| 'Unable to obtain IDispatch ...' Errors | JoeyG | 02/21/02 20:08 |
| COM Configuration in php.ini? | JoeyG | 02/21/02 17:08 |
| RE: COM and serial ports | alain | 02/20/02 12:00 |
| Com objects & variables passed by reference | bartek | 02/20/02 10:09 |
| COM and serial ports | etherface | 02/16/02 04:28 |
| PHP + COM + MapPoint | Ferriol | 02/14/02 13:03 |
| RE: Outlook tasks | alain | 02/13/02 14:00 |
| Outlook tasks | Jordi | 02/12/02 12:59 |
| RE: COM & MS Word | alain | 02/11/02 18:20 |
| RE: win OS functions | alain | 02/11/02 18:09 |
| ASP COM operation to PHP: Nevermind | Ron | 02/11/02 13:41 |
| translating ASP to PHP | Ron | 02/11/02 13:16 |
| RE: COM & MS Word | Mike Molotov Minski | 02/08/02 06:45 |
| RE: Text formatting -Word Templates | Mike Molotov Minski | 02/08/02 06:38 |
| win OS functions | digihoo | 02/07/02 18:11 |
| RE: open a word document | pascall | 02/07/02 05:32 |
| RE: How to skip optional parameters? | alain | 02/06/02 19:22 |
| RE: How to skip optional parameters? | Alexei Krus | 02/06/02 08:59 |
| RE: instantiating objects on the local machine? | alain | 02/04/02 21:58 |
| RE: How to skip optional parameters? | alain | 02/04/02 21:48 |
| How to skip optional parameters? | Alexei Krus | 02/04/02 13:51 |
| instantiating objects on the local machine? | digihoo | 02/01/02 10:41 |
| RE: ADVICE: COM Problems in win2k and NT | digihoo | 02/01/02 10:01 |
| COM + IIS 5 | digihoo | 02/01/02 09:34 |
| Excel not visible | Joe Mainolfi | 01/30/02 13:39 |
| Problems with com | Joe Mainolfi | 01/30/02 10:52 |
| RE: MY SOLUTION: How to find the right object | alain | 01/26/02 11:17 |
| RE: call to method with parameter failed | alain | 01/26/02 11:07 |
| MY SOLUTION: How to find the right object | timtim | 01/25/02 05:07 |
| RE: Fatal error in creating of COM | timtim | 01/25/02 05:05 |
| Fatal error in creating of COM | Calvin | 01/24/02 01:51 |
| RE: call to method with parameter failed | alain | 01/23/02 11:47 |
| RE: attach Powerpoint in Wordfile via COM | alain | 01/23/02 11:39 |
| call to method with parameter failed | timtim | 01/22/02 11:42 |
| attach Powerpoint in Wordfile via COM | timtim | 01/21/02 07:00 |
| RE: XLS to Mysql | alain | 01/15/02 12:41 |
| RE: PDF+com | alain | 01/15/02 12:39 |
| RE: Plese check | alain | 01/15/02 12:32 |
| RE: PHP and Crystal Reports | George Neill | 01/10/02 13:15 |
| XLS to Mysql | umesh kumar | 01/10/02 02:30 |
| PDF+com | umesh kumar | 01/09/02 05:54 |
| Plese check | Blue zou | 01/08/02 22:48 |
| IIS+COM | Christophe | 01/03/02 18:56 |
| RE: email format | alain | 12/30/01 21:00 |
| email format | shams | 12/24/01 03:52 |
| RE: can't write word file | alain | 12/17/01 14:26 |
| PHP + MS Word err | circle | 12/15/01 01:40 |
| can't write word file | circle | 12/14/01 10:13 |
| RE: VT_BYREF, com function modif. type | alain | 12/09/01 12:42 |
| VT_BYREF, com function modif. type | sostene | 12/06/01 15:24 |
| RE: NULL pointer exception for new COM | Kevin Aebig | 12/06/01 13:00 |
| RE: COM & MS Word | pytournier | 11/28/01 10:32 |
| open a word document | pyt | 11/28/01 10:23 |
| PHP and Crystal Reports | Chris | 11/27/01 11:48 |
| php + ado | Ferenc | 11/22/01 15:30 |
| RE: ADVICE: COM Problems in win2k and NT | John Asendorf | 11/21/01 19:12 |
| RE: controlling winamp | Nils-Fredrik G. Kaland | 11/20/01 10:20 |
| RE: Events? | alain | 11/17/01 14:55 |
| RE: Events? | Anikin | 11/15/01 13:37 |
| RE: strings chopped in half | alain | 11/14/01 14:20 |
| strings chopped in half | Giuseppe D'Ambrosio | 11/08/01 05:13 |
| COM-PHP FAQ | alain | 11/07/01 18:01 |
| RE: ADVICE: COM Problems in win2k and NT | Arve Bersvendsen | 11/06/01 01:13 |
| RE: controlling winamp | wtracz | 11/03/01 04:58 |
| Copy and Paste with Excel COM | Francesco Marsan | 10/31/01 04:27 |
| RE: ADVICE: COM Problems in win2k and NT | Francesco Marsan | 10/30/01 11:54 |
| RE: ADVICE: COM Problems in win2k and NT | Francesco Marsan | 10/30/01 05:43 |
| RE: NULL pointer exception for new COM | Rudi Swatoch | 10/29/01 05:05 |
| RE: PHP and Outlook | Christophe | 10/21/01 16:51 |
| RE: PHP and Outlook | Christophe | 10/18/01 15:26 |
| RE: COM Excel print | alain | 10/16/01 20:15 |
| COM Excel print | COM Excel print | 10/11/01 04:25 |
| RE: notepad and php extentions | Sini | 10/09/01 06:49 |
| RE: PHP + MS Word+OLE | alain | 10/06/01 18:41 |
| RE: Cannot instantiate non-existent class | alain | 10/06/01 18:32 |
| PHP + MS Word+OLE | Bora Çetiner | 10/03/01 08:47 |
| ADVICE: COM Problems in win2k and NT | alain | 09/30/01 15:00 |
| Create Table in Word | Arnaud | 09/25/01 12:04 |
| RE: NT Login with PHP? | Arnaud | 09/25/01 11:59 |
| RE: Cannot instantiate non-existent class | Rich | 09/12/01 23:09 |
| activex form in php? | vrspace | 09/12/01 16:13 |
| Error in Word example | alain | 09/10/01 14:06 |
| PHP + MS Word + Fonts ?? | tom knudsen | 09/10/01 04:28 |
| Removing Excel from memory after use | Jeff Waldock | 09/08/01 13:39 |
| Using com_get() or com_propget() | Kelvin | 09/06/01 22:48 |
| Creating COM components in PHP? | Allyn Craig | 08/28/01 21:39 |
| Trapping COM errors | neil | 08/17/01 05:27 |
| Can I store COM object in session | Vlad | 08/17/01 04:48 |
| OLEVariant | Ruben | 08/16/01 09:54 |
| RE: ADO -> smth else | Lukasz Szmit | 07/27/01 22:44 |
| RE: ActiveX controls? | David Morris | 07/27/01 08:25 |
| ADO + PHP | £ukasz Szmit | 07/18/01 23:16 |
| controlling winamp | Bram Bruurs | 07/18/01 04:46 |
| Unsupported variant type: 8194 (0x2002) | Luiz Fernando | 07/16/01 12:22 |
| NULL pointer exception for new COM | Tony | 07/11/01 05:53 |
| DLL´s using under PHP | snark | 07/11/01 04:23 |
| DLL´s using under PHP | snark | 07/11/01 04:23 |
| Can't invoke any method on a COM instance | Peter | 07/10/01 02:01 |
| apache crash | Smito | 07/02/01 13:19 |
| Apache Crash | Smito | 07/02/01 13:09 |
| NT Login with PHP? | Thomas Nielsen | 06/30/01 16:00 |
| php and excel | ben | 06/22/01 08:13 |
| I can't use the function com_load | ben | 06/22/01 06:23 |
| RE: ActiveX controls? | Mike Hagan | 06/07/01 07:25 |
| PHP and Outlook | Alihsan | 06/01/01 06:10 |
| RE: notepad and php extentions | alain | 05/30/01 14:20 |
| RE: Error in PHP4TS.DLL | peter | 05/28/01 15:57 |
| COM & MS Word | Arnis | 05/26/01 04:34 |
| RE: Access Violation | Neil J. McLeish | 05/25/01 04:18 |
| RE: Error in PHP4TS.DLL | alain | 05/23/01 17:09 |
| RE: notepad and php extentions | chris | 05/22/01 08:45 |
| ADO -> smth else | Michael Yevdokimov | 05/21/01 07:33 |
| RE: notepad and php extentions | Eric Eilertson | 05/20/01 17:27 |
| how to get a retrun value of a tring ? | liyi | 05/15/01 23:51 |
| RE: Error in PHP4TS.DLL | Christophe | 05/15/01 10:25 |
| notepad and php extentions | tonio | 05/14/01 14:01 |
| RE: php + Delphi | Xander | 05/03/01 17:06 |
| php + Delphi | Andras Bajza | 04/25/01 02:49 |
| PHP4 and MTS components | Glenn | 04/23/01 10:05 |
| COM trouble | jbv | 04/20/01 12:59 |
| ActiveX controls? | Mike | 04/19/01 08:29 |
| RE: chart/ how to make a chart in excel | mac | 04/14/01 10:10 |
| Chart | mac | 04/07/01 11:16 |
| excell or word loaded on nt server | triet | 04/05/01 09:31 |
| International characters in Excel | trash | 04/04/01 08:47 |
| COM is not a Class ? | dirk folkerts | 04/03/01 13:56 |
| What about scurity? NTserver+Office | Nicola | 04/02/01 05:35 |
| RE: Converting | alain | 04/01/01 13:23 |
| RE: COM is not a Class ? | alain | 03/29/01 11:11 |
| Converting | Hakan | 03/28/01 15:30 |
| COM is not a Class ? | Patrice | 03/18/01 17:02 |
| multiple parameters from a COM | Joerg | 03/01/01 01:06 |
| RE: Unable to obtain IDispatch interface (wha | alain | 02/28/01 09:59 |
| RE: Unable to obtain IDispatch interface (wha | bhooyman | 02/27/01 03:24 |
| RE: GetObject ?? | alain | 02/24/01 09:41 |
| RE: COM and DCOM on NT for VeraStream | alain | 02/24/01 09:38 |
| RE: COM and DCOM on NT for VeraStream | Heine Broers | 02/22/01 08:07 |
| MSXML 3.0 example | Patricia DiBenedetto | 02/19/01 14:39 |
| National specific characters | deepx | 02/11/01 07:11 |
| COM and DCOM on NT | deepx | 02/11/01 06:58 |
| GetObject ?? | Tim Knip | 02/08/01 06:40 |
| RE: Unable to obtain IDispatch interface | alain | 02/01/01 14:08 |
| RE: Access is denied | alain | 02/01/01 14:05 |
| RE: NT vs. Windows 98 | Yoni | 02/01/01 13:09 |
| RE: Unable to obtain IDispatch interface | Cengiz Soyukan | 02/01/01 07:03 |
| Access is denied | Cengiz Soyukan | 02/01/01 05:55 |
| RE: Access Violation | Chris | 01/10/01 03:59 |
| RE: Access Violation | alain | 01/09/01 16:07 |
| Access Violation | Chris | 01/08/01 04:25 |
| RE: PHP + MS Word | Sean Fell | 12/20/00 07:10 |
| RE: Com functions with win2k | yusuf | 12/16/00 21:51 |
| RE: PHP + MS Word | alain | 12/16/00 14:06 |
| Type error | Julien | 12/11/00 07:11 |
| NT vs. Windows 98 | Weihong Hendricks | 12/07/00 12:00 |
| Com functions with win2k | Linda Pedersen | 11/23/00 02:50 |
| Events? | Rik | 11/21/00 05:29 |
| PHP + MS Word | Sean Fell | 11/20/00 12:17 |
| Unable to obtain IDispatch interface | Dominick Vansevenant | 11/14/00 10:36 |
| french characters | marc | 11/13/00 05:15 |
| RE: PHP + MS Word | alain | 11/07/00 02:34 |
| RE: PHP + MS Word | deg | 11/03/00 14:39 |
| RE: PHP + MS Word | mitesh | 11/02/00 07:30 |
| Text formatting | kevin hickey | 10/27/00 11:06 |
| RE: How to change the directory for word doc | kevin hickey | 10/27/00 11:03 |
| COM objects with more than one interface | Jose | 10/27/00 07:04 |
| Invoke() failed, wrong variabletype | Raschied | 10/26/00 09:11 |
| COM+ ? | Cledar | 10/24/00 21:22 |
| RE: COM Functions in PHP4 (Windows) | Bhuvnesh | 10/22/00 23:40 |
| PHP & MsWord | Paloi / bRS | 10/18/00 05:58 |
| RE: How to change the directory for word doc | Ben Munoz | 10/16/00 19:57 |
| Com Collections? | Leonard Ooi | 10/16/00 19:21 |
| How to change the directory for word doc | winnie | 10/15/00 01:51 |
| RE: Com Error | alain | 10/12/00 01:40 |
| RE: COM and PHP | alain | 10/12/00 01:35 |
| COM and PHP | Bill Gates | 10/11/00 12:24 |
| Com Error | Mike Grover | 10/11/00 11:50 |
| RE: problem using method arguments | alain | 10/11/00 02:04 |
| RE: COM Functions in PHP4 (Windows) | Cengiz Soyukan | 10/10/00 08:28 |
| problem using method arguments | lepionka stephane | 10/10/00 04:17 |
| RE: PHP + MS Word | justin | 10/09/00 22:10 |
| RE: using MTS ... | alain | 10/09/00 18:28 |
| RE: COM Functions in PHP4 (Windows) | alain | 10/09/00 17:45 |
| RE: PHP + MS Word | alain | 10/09/00 17:40 |
| RE: Outlook? | Urs Gehrig | 10/09/00 16:50 |
| Create Com object with selected interface | Llorenç | 10/09/00 09:35 |
| PHP + MS Word | Cengiz Soyukan | 10/09/00 04:29 |
| COM Functions in PHP4 (Windows) | Cengiz Soyukan | 10/09/00 04:19 |
| using MTS ... | Stephane Baudet | 10/06/00 12:29 |
| RE: Using CDONTS | alain | 10/06/00 01:32 |
| RE: Using CDONTS | alain | 10/05/00 23:19 |
| Outlook? | Neil Moomey | 10/05/00 21:36 |
| RE: Using CDONTS | Mukul Sabharwal | 10/05/00 05:56 |
| RE: On Linux ... | alain | 10/04/00 13:47 |
| RE: Cannot instantiate non-existent class | alain | 10/04/00 13:45 |
| RE: Using CDONTS | alain | 10/04/00 13:41 |
| Using CDONTS | Mukul Sabharwal | 10/04/00 06:12 |
| Cannot instantiate non-existent class | Tum | 10/04/00 05:36 |
| On Linux ... | Danny Appaiah | 10/04/00 03:46 |
|
If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly.
|