Iphone newb Question - How to export information to a website?
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-04-24T06:09:16Z
Indexed on
2010/04/24
6:13 UTC
Read the original article
Hit count: 223
iphone
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.
Basically, if I had something as basic as:
int variableOne;
int variableTwo;
What code would I use to export these variables to a website?
© Stack Overflow or respective owner