tags:

views:

38

answers:

1

Hi,

I need to use PHP to connect to a URL via a proxy server. I will be grateful if you could point me in the right direction.

Thank you.

+3  A: 

you can use CURLOPT_PROXY from PHP curl

ghostdog74