How can I combine \"stringURL\" and \"stringSearch\" together?
- (IBAction)search:(id)sender;{ stringURL = @\"http://www.websitehere.com/index.php?s=\"; stri
NSString* combinedString = [stringUrl stringByAppendingString: search.text];