Ssaurz Acharya - 2017-01-19 08:40:49 -
In reply to message 1 from Tim Younes
Hi there,
You can use php curl, it has curl options to set when using a proxy.
curl_setopt($ch, CURLOPT_PROXY, "proxy ip");
curl_setopt($ch, CURLOPT_PROXYPORT, port_num);
curl_setopt($ch, CURLOPT_PROXYUSERPWD, "user:password");