How to send HTTP POST request to PHP service with Objective-C
问题 Im trying to post to php and get the response. The php file has an echo "hello" which should just print hello. I'm trying to test to see if posting is working but in my error log the NSlog doesn't display anything: @interface ViewController () @end @implementation ViewController @synthesize email, password,receivedData; -(IBAction)Login:(id)sender{ // Create the request. NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"http://grouporder.site90.net/test