I am transferring an Object Array. I have a cURL client (submitter) on own Server and listening script on other\'s Server, which one is not
$agent = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'; $curl=curl_init(); curl_setopt($curl, CURLOPT_USERAGENT, $agent);