: [PHP-WIN] COM /DCOM
Hi All
Where is some good info on useing COM or DCOM with PHP?
Both of my scripts bellow fail and I cannot seem to find why.
or
Version}\n";
$word->Visible = 1;
$word->Documents->Add();
$word->Selection->TypeText("This is a test...");
$word-
Hi All
Where is some good info on useing COM or DCOM with PHP?
Both of my scripts bellow fail and I cannot seem to find why.
or
Version}\n";
$word->Visible = 1;
$word->Documents->Add();
$word->Selection->TypeText("This is a test...");
$word->Documents[1]->SaveAs("Useless test.doc");
$word->Quit