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.
DLL file with PHP
Moderator: General Moderators
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.
...