Is there any possibility to import an ASP .DLL to my php code and use it,
because the .dll includes a function which I have to use inside my php code ?
I know it sounds crazy but you never know…
thanks !
Is there any possibility to import an ASP .DLL to my php code and
Share
You should take a look at the COM library, as that is able to do so.