Hai,
I develop one astrological site,i use some DLL's like 'Swiss Ephemeris',my problem is how to use this DLL in my PHP program where i store this DLL file in my webserver.

anyone help me
link is DLL file documentation

http://www.astro.com/swisseph/swisseph.htm

    6 days later

    Hi

    I have found this in PHP manual ..

    1. I have built a DLL to calculate something. Is there any way to run this DLL under PHP ?

    If this is a simple DLL there is no way yet to run it from PHP. If the DLL contains a COM server you may be able to access it if it implements the IDispatch interface.

    So first you need to answer this question...

    Than read this document in PHP manual..
    72. PHP and COM

    Hope that will help

      Write a Reply...