Forum Moderators: coopster
We would like to create a interface between the two. I can have php create a simple http post form that will post to our "local server" and it does process the request BUT when the reply comes back it is just a blank page. I talked to the credit card processing company and they said I need to open a socket to receive the text to figure out if the credit card was accepted or declined.
I read up on fsocketopen and this would do it but I have 1 problem. when I use fsocketopen since it is on the "outside" server it can not see our "local" server. In other words it can not see our inside app.
My first thoughts are that I will not be able to use php for this as php is server side based and anything sent to it will not be able to my "local" server.
Any ideas? What other "local" programming langages can I use (like javascript) to open a socket?
THanks
Dennis