Circuits
Circuits

Reputation: 123

How to use PHP to connect to a proxy server?

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.

Upvotes: 1

Views: 1124

Answers (1)

ghostdog74
ghostdog74

Reputation: 342273

you can use CURLOPT_PROXY from PHP curl

Upvotes: 6

Related Questions