PHP, COM, and Linux

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Neil Zanella

    #1

    PHP, COM, and Linux

    Hello,

    Given that COM can be used to interact with MS-Office applications from
    within PHP, and that Linux now has similar applications such as the ones
    which come with OpenOffice, is it possible to use PHP's COM applications
    to interact with OpenOffice.

    Also, what does the PHP code end up doing if there is no COM support
    on the platform where the user is running the web browser and how can
    I detect whether the client host supports COM from within a PHP script?

    Thanks,

    Neil
  • Chung Leong

    #2
    Re: PHP, COM, and Linux

    "Neil Zanella" <nzanella@cs.mu n.ca> wrote in message
    news:b68d2f19.0 410060955.2fee1 302@posting.goo gle.com...[color=blue]
    > Hello,
    >
    > Also, what does the PHP code end up doing if there is no COM support
    > on the platform where the user is running the web browser and how can
    > I detect whether the client host supports COM from within a PHP script?
    >
    > Thanks,
    >
    > Neil[/color]

    function_exists ('com_invoke') should do the trick.


    Comment

    Working...