PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm trying to use COM components in PHP script. I set the values in php.ini [com] section, added in dcomcnfg on server IUSR_MYHOSTNAME user to allow launch and access this COM(COM is on server), but when creating using new COM('My.Component') I receive
Unable to obtain IDispatch interface for CLSID {xx-xxxx...}: Server execution failed .
No, it's ok with IDispatch. I'm trying to use word.application and excel.application and the practically same code is working in Visual basic 6 with no problem.