Br3x
Br3x

Reputation: 754

ASP DLL inside PHP code

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

Answers (1)

Jan Dragsbaek
Jan Dragsbaek

Reputation: 8101

You should take a look at the COM library, as that is able to do so.

Upvotes: 2

Related Questions