Download data and save it using ASIHTTP

I have a web page that constantly updates the "A" value. I am using ASIHttp to access the content of the page and I get this value "A". Based on A, I calculate the value of X and i, then I need to store this X in the web page. I can get data and do calculations to get X. How do I load and save X in a web page using ASIHTTP so that the X value can be used later.

Thanks in advance.

+2


a source to share


1 answer


Take a look at the code examples in the section ASIHTTPRequest

to learn how to use ASIFormDataRequest

to easily send a POST request to your web service.



0


a source







All Articles