My problem is as follows:
I would like to know the IP address from the server which is trying to load pages located on my server into a framepage which is located on that other server.
When I use $REMOTE_ADDR, I only get to see the IP address of the computer from which a user is trying to load the framepage. Not the IP address of the actual server.
Does anyone know how I can do this?