send GET http request from iphone to local web server
问题 Hi im working on a application that gives you information about your current location(Country, town,street) so I want to send the town and street to a local web server ! i found a code that technically works when i use this URL : @"http://localhost:8888/jml/save.php?town=California&street=whatever" But what i want is to get the values from a labels (townText/ streetText) and at this point nothing seems to happing ?!! this is the code : if (![self.townText.text isEqualToString:@""] && ![self