Quote:
Originally Posted by Dreamcaster
Hi Experts,
I'm new to iPhone development. Would like to request a simple tutorial on how to send parameters entered from a textField to a Http Server using native code and get the response. Thanks!
Dreamcaster
|
You could use "ASIHTTPRequest". This is a nice framework that can save you lots of hours of useless codding.
More details here
Objective C – HTTP POSTor GET Data
Also you can see the framework website:
ASIHTTPRequest example code - All-Seeing Interactive