I\'d like to see what the post fields in the request are before I send it. (For debugging purposes).
The PHP library (class) I am using is already made (not by me),
If you just want a very quick way to debug the result:
$ch = curl_init(); curl_exec($ch); $curl_error = curl_error($ch); echo ""