Call a page using a random IP

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
lepad
Forum Newbie
Posts: 12
Joined: Fri Oct 05, 2007 9:58 am

Call a page using a random IP

Post by lepad »

Hi everyone

This might be an odd question (I myself am not sure about legality of the wanted action) but here it goes anyway:

Is it possible to connect to page A from a script on page B without telling the server of page A what the actual IP of server B is? Masking

Code: Select all

$_SERVER['SERVER_ADDR']
so to speak. Is there a legal way to do this using PHP?
Post Reply