Re: [PHP] Receiving a text stream

2001-05-15 Thread Chris Lee
web browsers can only request data (GET / HTTP/1.1) data can not be pushed to them (except Netscape, dont go there). you can send all the data you want to an IP but the browser only opens connections, it doesnt accept connections, the data will be rejected. if you were to write an app in VB

[PHP] Receiving a text stream

2001-05-13 Thread Todd Cary
I am not sure about this topic, so my question may refect this lack of knowledge. I have an application where I send a credit card request to a credit card processor. They return the information in a POST stream and I open a socket and read the information into a variable. This works very