Quote:
Originally Posted by TTBAKIATWOAM
What about on a button press if I want to call a script on a web site but I do not want to display the page I am calling and I do not want to leave the app.
Example...
I want a text entry field that you can enter information into then hit submit. with out leaving the app i need that text to be placed in the database Via a PHP script task But after they hit submit the user should not see a thing. except maybe a success message from the server
...
I want to call urls with out opening them How do i do that?
-TTBAKIATWOAM
|
You can use NSURLRequest to talk to a web server without leaving your app or displaying any UI elements. Personally I prefer the third-party ASIHTTPRequest library, as it handles a lot of the boring detail work for you.
ASIHTTPRequest Documentation - All-Seeing Interactive