The result screen of $REMOTE_ADDR:
Display the client address on screen

The result screen of $SERVER_NAME:
Display server address (as the server and the client are in the same machine, the address of them are the same) on screen

The result screen of $PHP_SELF:
Display the file name of the php program on screen

2. Create a web application called "hello_world.php" which contains in the body:
The result screen of "hello_world.php":

No comments:
Post a Comment