[ad_1]
Hello I am playing with a proxy server in php
I’m doing
curl_setopt($handle, CURLOPT_PROXY, $proxy);
where $proxy
has as value
miurl.com/proxy.php
but it doesn’t seem to work.
If I put the ip address to dry it works but not with URL
Is there any way to make it work but with URL?
Additional notes i am using this proxy server in php
https://github.com/zounar/php-proxy
[ad_2]