php - Posting XML via curl (command-line) without using key/value pairs -


Consider a PHP script that outputs all POST data, as follows:

  & lt ;? Php var_dump ($ _ POST); ? & Gt; The 

  

Comments