I am a new iphone developer and was wondering if I could get some help with some code. I just want to know how to export basic character strings and variables to a website to be used by a third-party program. edited*(how do I send it as an http request to a web server?)
I am a fairly new programmer and am wondering if there is some sort of basic code line that sends a user input as an email/http request to a specific email/web address?
Basically, if I had something as basic as:
int variableOne;
int variableTwo;
What code would I use to export these variables?