Re: [PHP] Are calling COM applications a trojan?

2001-04-11 Thread Zeus
Then, how can it open a words document on the client side? - Original Message - From: Delbono <[EMAIL PROTECTED]> To: Zeus <[EMAIL PROTECTED]> Sent: Wednesday, 11 April, 2001 4:32 PM Subject: Re: [PHP] Are calling COM applications a trojan? > Com Apps, are not called o

Re: [PHP] Are calling COM applications a trojan?

2001-04-11 Thread Zeus
2001 3:54 PM Subject: Re: [PHP] Are calling COM applications a trojan? > > It can't. > If you put the appropriate header type (ms-word in this case), IE will open > word. Netscape > and other browser will open a download dialog box of the document. > > py > > >

Re: [PHP] Are calling COM applications a trojan?

2001-04-11 Thread Pierre-Yves Lemaire
it. > > >- Original Message - >From: Pierre-Yves Lemaire <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, 11 April, 2001 3:54 PM >Subject: Re: [PHP] Are calling COM applications a trojan? > > > > > > It can't. > >

RE: [PHP] Are calling COM applications a trojan?

2001-04-11 Thread Hoover, Josh
>And, I read a book saying that you can open a word document on the client >side and insert words in it. Are you sure this was done on the client side and not on the server side? Here is a common example used to show a simple use of COM and PHP: $word=new COM("word.application") or die("Cannot s

Re: [PHP] Are calling COM applications a trojan?

2001-04-12 Thread Zeus
Wednesday, 11 April, 2001 10:31 PM Subject: RE: [PHP] Are calling COM applications a trojan? > >And, I read a book saying that you can open a word document on the client > >side and insert words in it. > > Are you sure this was done on the client side and not on the server side

RE: [PHP] Are calling COM applications a trojan?

2001-04-12 Thread Matt Williams
> Honestly, I still don't get you. > > How can the client's Word not open if the script didn't make it open with > COM. ? Anyway, The only way PHP can make Word open on a clients machine is if a word document is sent to the client, or the clients browser believes that is receiving a word do