Reputation: 12517
In Objective C I want to create a simple application that posts a string to a php file using ASIHTTPRequest.
I have no need for an interface and am finding it hard to find any example code. Does anyone know where I can find code, or can anyone give me an example of such code?
Upvotes: 0
Views: 2956
Reputation: 15
This site has a really great walkthrough on how to use ASIHTTPREQUEST to authenticate data against a database. the walkthrough breaks the entire process down file by file for you.
Upvotes: 0
Reputation: 73936
The ASIHTTPRequest documentation covers this. Specifically, Sending a form POST with ASIFormDataRequest.
Upvotes: 3