views:

13

answers:

0

Is there any way to "ping" or "touch" an external web page from an iPhone SDK?

For example, if my user inputs 2 integer values, and I want a PHP script on my web server to intercept those variables, like so:

http://www.example.com/script.php?var1=xxx&var2=xxx&udid=xxxxxxxxxxxx

Is there any way to accomplish this "touch"?