edie
edie

Reputation: 768

Sending data to a web Server

I've created a program that send's a data to a webserver. I used the NSURLConnection to send the data to the web server. I've created a php file on my server to handle all the POST request from the iPhone. My question was are there any other ways to send the data to a web Server besides using WiFi connection. I just only need to send small data.

Upvotes: 0

Views: 484

Answers (1)

Ben Everard
Ben Everard

Reputation: 13804

are there any other ways to send the data to a web Server besides using wifi connection

Yes, EDGE and 3G

Upvotes: 2

Related Questions