Click to See Complete Forum and Search --> : Use of COM library


Anon
05-04-2001, 07:29 AM
I tried to use com library, bat PHP whit this fragment:
$prk = com_load("Word");
tell:
Call to undefined function: com_load()

and from this fragment
$str = com_set("prk","krn","ml");
is able to call com_set

tank

g.Rossati

Anon
05-09-2001, 04:43 AM
Used this fragment

$objekt=new COM('my.application');

Rene Pacholik

Anon
05-10-2001, 02:58 AM
It works
Thanks

G. Rossati