Hello I’m sending posts var to a php mysql using PDO and apache server from an iPhone but if i put an & sign in the content of a var it interpret it as a separator. I tried \& but it does not work. Any clue? thanks
@"myID=%@&asCreatorPresentation=%@&firstName=%@&lastName=%@&phoneNumber
You have to
urlencodeyour POST var names and values.For instance,
&signs become%26.