can you tell me where to use this curl keyword. i used it in the following code, but dont know if im right. following code:
$ch = curl_init('url to host');
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_PORT, 1);
curl_setopt($ch, CURLE_TELNET_OPTION_SYNTAX , 1);
curl_setopt($ch, CURLOPT_POST, 0);
....
please help🙁