Link to home
Start Free TrialLog in
Avatar of delphiheaven
delphiheaven

asked on

using DLL within PHP??

Hi,

I have a DLL which I want to use within PHP, so I want to use the functions of this DLL in my PHP-scripts. Unfortunately I can not find out how to use a DLL (Win32) with PHP.

Ideas?

Dave
ASKER CERTIFIED SOLUTION
Avatar of Amerist
Amerist

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of VGR
VGR

LoadModule in httpd.conf if your DLL is in SAPI format
AFAIK
Here's a quote from http://www.php.net/manual/tw/faq.com.php#faq.com.q1



"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."
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I will leave the following recommendation for this question in the Cleanup topic area:
    Accept: Amerist {http:#8141894}

Any objections should be posted here in the next 4 days. After that time, the question will be closed.

snoyes_jw
EE Cleanup Volunteer