I config :
curl_setopt($this->ch, CURLOPT_CONNECTTIMEOUT, 15); curl_setopt($this->ch, CURLOPT_TIMEOUT, $timeout);
why I get this error
Maximum execution time of 120 seconds exceeded in xxxx.php at this line:
curl_exec($this->ch);
I use CURL to get a page , login, upload files. send approximate 30 request .( i only use curl_init() once )
Anyone can help me .
$timeout?