Hi ALL,
Anyone have sample code for the scenario below?
1) Push variables from iPhone native application to a web application for calculations.
2) Immediatly receive and display the results of the web app calculation on the iPhone app.
For example:
var_x = -12.098756
var_y = 3.2345678
SEND var_x and var_y from iPhone to
http://www.mywebsite.com/file.php for calculation.
file.php RESULT is var_z = 12.3456
DISPLAY var_z on iPhone app.
Thanks in advance for any help...
BK