php3-list | 199807
Date: 07/16/98
- Next message: Paul Monaghan: "[PHP3] IF statements, a better way?"
- Previous message: Lance O'Connor: "Re: [PHP3] Variable variable hell"
- Next in thread: David Norris: "RE: [PHP3] PHP3 and ActiveX"
- Reply: David Norris: "RE: [PHP3] PHP3 and ActiveX"
- Reply: Zeev Suraski: "RE: [PHP3] PHP3 and ActiveX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 16 Jul 1998, Rasmus Lerdorf wrote:
> > That works fine on a client using Explorer. But, I believe that we are
> > talking about having PHP, itself, call ActiveX controls and manipulate their
> > functions. Rather than just pasting some code into the client and having
> > the client access a local control. This would be a server-side control.
>
> Hrm... But the ActiveX control runs on the client. PHP runs on the
> server. JavaScript, for example, can talk to an ActiveX control because
> they are on the same machine. The only way PHP would be able to talk to
> an ActiveX control would be if the control listened on a socket and a PHP
> script sent stuff to that socket, or if the ActiveX control itself made
> HTTP queries to talk to PHP. The latter case is more likely, I would
> think.
There is a confusion (caused by Microsoft's own misuse of those names)
between COM and ActiveX. ActiveX control is COM component packaged to be
used on remote box, however people often call every COM component "ActiveX
control".
My opinion about the need for special support of both things in PHP is
omitted as obvious.
-- Alex-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.tryc.on.ca/php3.html
- Next message: Paul Monaghan: "[PHP3] IF statements, a better way?"
- Previous message: Lance O'Connor: "Re: [PHP3] Variable variable hell"
- Next in thread: David Norris: "RE: [PHP3] PHP3 and ActiveX"
- Reply: David Norris: "RE: [PHP3] PHP3 and ActiveX"
- Reply: Zeev Suraski: "RE: [PHP3] PHP3 and ActiveX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

