Hello,
I reached one problem with variables in my PHP code. I am using IIS4+PHP4 and COM. The code is:
$com = new COM("MyCOM.First");
$other = new COM("MyCOM.Second");
$com->method($other)
at the last line I get error 'Type mismatch' by calling Invoke(). Can somebody helps me or have you same problem?
With regards,
Martin Zuber