tags:

views:

55

answers:

2

hi all if someone can help me to understand how can i use http to send data from iphone app to a web page ;any tutorial,sample code can help me

A: 

You probably want to look in Apple's doc to NSURLRequest. It will also point you towards official samples.

jv42