jekillen wrote:
On May 23, 2006, at 3:37 PM, Adam Zey wrote:
Essentially, I'm looking to write something in the same vein as GNU
httptunnel, but in PHP, and running on port 80 serverside. The
server->client part is easy, since a never-ending GET request can
stream the data and be consumed by the client instantly. The thing
I'm having trouble with is the other direction. Getting data from the
client to the server.
Allow me to interject a suggestion/question. As far as I understand it
AJAX or asyincronous connections sound like what youmr after....no(?)
JK
AJAX implies javascript, which means a browser. My situation doesn't
involve a browser. Unless I'm mistaken, AJAX makes many GET requests to
send data, which would have the same problem as sending many POST
requests, except you can send less data.
Regards, Adam ey.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php