|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-06-13 07:03 UTC] flop dot m at usa dot net
I'm using W2KSP2, Apache 1.3.20, PHP latest snap from Zend (2001-6-12) using the module way, not the CGI way.
This script does not work
$word=new COM("word.application") or die("Cannot start word for you");
print "Loaded word version ($word->Version)\n";
$word->visible =1 ;
$word->Documents->Add();
$word->Selection->Typetext("Is this what you meant?");
What happens?
Marecandja
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 16:00:01 2025 UTC |
I obtained this Warning: Unable to obtain IDispatch interface for CLSID {000209FF-0000-0000-C000-000000000046}: Server execution failed in d:\program files\apache group\apache\htdocs\test.php on line 1