Reputation: 754
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 !
Upvotes: 1
Views: 202
Reputation: 8101
You should take a look at the COM library, as that is able to do so.
Upvotes: 2