I have a php file on my server that takes two argument and register my users.Can any one tell me the easiest way to send request to that gile and get response?
**My php file returns integer value like 1 for successful registration.2 For User exists.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the
NSURLConnectionwithNSMutableURLRequestorNSURLRequestThe class that you make the request in should implement this code.
You don’t need to use https if your site does not have an SSL certificate.