Quote:
Originally Posted by jcafaro10
Bump. Still looking for an answer on the php side of things. Are there php iphone scripts that will handle storing stuff on a server with php?
|
I think the reason you're not getting an answer is that this is not an iPhone specific question. It's a question about how to do the server side of a client-server interaction. You client side could be an app written for iPhone OS, Mac OS X, Windows, anything.
You need to decide how you want to transfer the data (JSON, XML, something else), then see if you can find some example code in whatever server language you want (PHP, I think) to do that. Most probably on a PHP board. Once you have that working (testing it by calling the PHP app from a web browser), then someone here could probably help if you have problems implementing the iPhone code to talk to the server.
joe