As you know no URL
contain a space between the word of there parameters
and I want to pass MyString=@"hello every body"
to my URL
parameters, like this
[@"http://www.site.com/index.php?contenu=" stringByAppendingString:MyString];
And I don't know how I can convert MyString to a valid format for URL