Click to See Complete Forum and Search --> : Help php + com


dcsnfh
02-13-2001, 12:25 PM
Hi i have a dll that works whit JScript but i canīt use it with php...

i try this
$process=new COM("ENGINE.PROCESS");
this works

the when i use the properties it works fine, but when i try to use a object inside the com it gives me a lot of errors

I have this structure
PROCESS
- object
- void
i'm trying to do $process->object->void(xxx);

but it dont works, please help me as soon as posible i really need to do this...


Many thanks for everyone


Dario