How can I combine \"stringURL\" and \"stringSearch\" together?
- (IBAction)search:(id)sender;{ stringURL = @\"http://www.websitehere.com/index.php?s=\"; stri
I would not have given the answer of such general question. There are many answers of same type question have already given. First find the answer of your question from existing question.
NSString* myURLString = [NSString stringWithFormat:@"http://www.websitehere.com/index.php?s=%@", search.text];