Possible Duplicate:
Specify source ip using fsockopen
I have a VPS that have a couple of IP addresses. I want it to connect to a website like a proxy to acquire the website. The script is working perfectly but I need it to use the different IP addresses that I have to connect to different sites since the websites have set so that some of the IP addresses can only get certain amounts of data.
Example:
IP1 connect to site1 and gets data1
IP2 connect to site1 and gets data2
IP3 connect to site1 and gets data3
Is this possible?