I want to use curl for a Post Request. This link tells how to do it. But what if the content inside a param has charaters like &. It disintegrates the text and assumes it as an another attribute. How to deal with such characters?
I want to use curl for a Post Request. This link tells how to
Share
Perhaps you can URL encode them.
I have used Eric Meyer’s page with success. In your case