I have a view which has 4 text inputs on the iPhone. Also on the web I have a PHP form which has same 4 textboxes. I want to take the input data from iPhone and post to PHP form. Is it possible? If yes please explain which classes or frameworks should I use.
Share
Have a look at ASIHTTPRequest ( http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CB4QFjAA&url=http%3A%2F%2Fallseeing-i.com%2FASIHTTPRequest%2F&ei=-dFZULfKO7SU0QW-1YGoAw&usg=AFQjCNFpUZprrMAY9mTk0aGzEzwSG8L9sg)
I use it to send POST data to php forms on my server and works like a charm