Posted by Tim Roberts on 11/03/06 04:38
"kirke" <hinkyeol@gmail.com> wrote:
>I forgot one thing.
>If I write code like following :
>
>print "before";
>$ex = new COM("excel.application");
>print "after" ;
>
>only "before" is printed.
>Isn't it bad sign?
Could be. I'm not convinced that a service (Apache) is allowed to launch
an interactive application (Excel). What do you need Excel to do for you?
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Navigation:
[Reply to this message]
|