ch, CURLOPT_POST, true); curl_setopt($this->ch, CURLOPT_POSTFIELDS, $postData); $result = curl_exec($this->ch); print $result; ?>