PHP run from a specific IP in a pool of IPs

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gford
Forum Newbie
Posts: 5
Joined: Fri Mar 31, 2006 4:46 pm

PHP run from a specific IP in a pool of IPs

Post by gford »

Hi All,

I have a pool of say 10 IP's and I have some php code I want to run from shell (eg, "php test.php") and this php file makes calls out to web services (such as say yahoo API) and I want to use a specified IP out of the 10 I have. What are the functions to do that in php?

Thanks!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

none.
Post Reply