Home > Archive > PHP on Windows > September 2007 > Re: [PHP-WIN] Question about office web component
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-WIN] Question about office web component
|
|
|
| watersniper wrote:
> How can I use OWC with PHP?
I've never tried it but I see no reason why not. You'll need to use the
COM extension: http://php.net/com
-Stut
--
http://stut.net/
| |
| watersniper 2007-09-11, 8:00 am |
| Stut,Thank you very much!
But I don't know --the module_name
in COM::COM ( string $module_name )
And, I can't find how to operate the object.
| |
|
| watersniper wrote:
> Stut,Thank you very much!
>
> But I don't know --the module_name
> in COM::COM ( string $module_name )
> And, I can't find how to operate the object.
That bit doesn't have much to do with PHP. You need to read the
documentation for the office web components.
-Stut
--
http://stut.net/
|
|
|
|
|