Re: [PHP] Server Communication.

2002-01-27 Thread Jason Wong
On Monday 28 January 2002 10:42, Philip J. Newman wrote: > I'm trying to get the following ingotmation from my server. > > The Actual ip# that the user has connected to the server with; $_SERVER['HTTP_X_FORWARDED_FOR'] > The Prioxy ip# that the user has connected to the server with; $_SERVER['

[PHP] Server Communication.

2002-01-27 Thread Philip J. Newman
I'm trying to get the following ingotmation from my server. The Actual ip# that the user has connected to the server with; The Prioxy ip# that the user has connected to the server with; The DNS name that the user has connected to the server with; Is this possable with PHP? Philip J. Newman Phil