how to use dll in php

i have created dll using visual studio 2005 now i want to use this in php.

how could be possible that.

thanks in advance

I haven’t had much experience with this sort of thing, but if you are using PHP5 there are COM functions you can use.

http://www.php.net/manual/en/ref.com.php

And also, it may not be what you are looking for, but maybe this could help:

http://us3.php.net/manual/en/function.exec.php

Sorry you are going to have to do the research yourself on this one, I don’t have enough experience with this to explain anything.

Sponsor our Newsletter | Privacy Policy | Terms of Service