Re: Best way to communicate with php script?
Re: Best way to communicate with php script?
- Subject: Re: Best way to communicate with php script?
- From: Andreas Mayer <email@hidden>
- Date: Thu, 20 Nov 2003 12:41:43 +0100
Am 20.11.2003 um 05:10 schrieb Chewtoy:
I'm currently working on an application that will connect to a php
script and send data back and forth i wanted to know what would be the
best way of implementing it?
I don't know if it's the best way, but I'm using TCP/IP for my own
project.
i would also like to be able to tell if the connection times out,
isn't available etc...
I assume you are talking about a web application? In that case, since
you will not be able to sustain a connection beyond a single script
page, timeouts are not much of a concern. You'll have to reconnect for
each new page anyway.
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.