T
T
trenrnd2016-02-10 01:17:38
PHP
trenrnd, 2016-02-10 01:17:38

How to specify curl xml fields to send?

How to tell cURL which XML fields to send with the GET method? Similar to how it is done in the case of POST: curl_setopt($chx, CURLOPT_POSTFIELDS, $xml);
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2016-02-10
@trenrnd

xml is not sent with a GET, only a set of parameters in a regular URL

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question