Page 1 of 1

DLL file with PHP

Posted: Sun Jun 05, 2005 8:30 pm
by ramezn
Hi there i have a dll component which i want to use it with PHP i really want to know if this is possibe and if so how can i do it?

thanks allot.

Posted: Mon Jun 06, 2005 4:42 am
by JAM
Perhaps by using COM?
...
Not only can the code be written in any language, but it need not even be part of the same executable; the code can be loaded from a DLL, be found in another process running on the same machine, or, with DCOM (Distributed COM), be found in another process on a remote machine, all without your code even needing to know where a component resides.
...