syncing data with server
Posted
by user155673
on Stack Overflow
See other posts from Stack Overflow
or by user155673
Published on 2009-11-28T11:42:16Z
Indexed on
2010/03/26
11:03 UTC
Read the original article
Hit count: 123
iphone-web
Hi all, I'm trying to sync data from my application onto the server. I'm very new to this kind of work. For this i wrote a small web service in php,
insertData($_get['username'], $_get['password']); ?>
Now, i'm not able to figure out how to call this web service and how to send the 2 variable values to the insertData function from the app using xCode.
Any kind of help on this would be appreciated.
Thanks & Regards, NR
© Stack Overflow or respective owner