Link to home
Start Free TrialLog in
Avatar of Miles4
Miles4

asked on

Newbie, How to communicate with an ISAPI.dll with PHP

Hello Guys,

Can someone walk me through the process of asking questions and interpreting answer from an ISAPI.DLL install on a remote server (that return .html files as answers) with PHP code on my Linux Server?

Tks!!!

Frank
Avatar of VGR
VGR

??!??
Which ISAPI module ? PHP ? Is PHP also an ISAPI module ? In which server ? (Apache/IIS/etc)

What are you trying to do exactly ?
ASKER CERTIFIED SOLUTION
Avatar of Richard Quadling
Richard Quadling
Flag of United Kingdom of Great Britain and Northern Ireland image

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 Miles4

ASKER

Thanks guys, this gives me the direction at least!  

VGR: its a Bank Server (AIX) that use a web server that run a isapi.dll as a middleware.  The "middleware" server seam to be a IIS.  My server is a linux with PHP installed.
I want people to go through my server with PHP and make "calls" to the bank server that act as a middleman to the legacy application.  Then I have to funnel the answer back to my web site visitor.  All that with SSL lines and answers that are coming back as html pages...