I have no line like this in php.ini.
The PHP Manual says:
"...The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions."
I have installed php4.3.1 and it runs on apache2.0.4 on Win2K
I've tried using COM but it doesn't work.
It doesn't give me any error during execution, but it block the execution of the php script.
It blocks at the first istruction:
$word=new COM("word.application");
and I don't understand why.
Pietro
Hi everyone,
I'm trying to execute a simple vbscript from php. It must convert a file '.doc' in a file '.htm' using Word.
It must work on server side.
It works if I execute it from command line with:
C:/cscript c:/script/doc_htm.vbs
but when I call it from php it doesn't work. The instruction...
Hi everyone,
I'm trying to execute a simple vbscript from php. It must convert a file '.doc' in a file '.htm' using Word. It works if I execute it from command line with:
C:/cscript c:/script/doc_htm.vbs
but when I call it from php it doesn't work. The instruction that I use is...
I have to open and export to html a 'doc' document (made with Word) in a system where instead of Word is installed something like staroffice or openoffice.
Is it possible using vbscript?
If yes, how?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.