'923', 'items' => '{id:20102192,species:stud,at:keepsake}', 'pType' => '0' ); $cookies = array( //Purchase cookie Goes here 'anx' => '' ); curl_setopt ($ch, CURLOPT_COOKIE, //DIRTYCOOKIES GOES HERE "" curl_setopt($ch, CURLOPT_POSTFIELDS, $data); $output = curl_exec($ch); curl_close($ch); $xml = simplexml_load_string($output); print_r($xml,1); echo("done\n"); echo($output); ?>