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
Used this fragment
$objekt=new COM('my.application');
Rene Pacholik
It works Thanks
G. Rossati