Re: Get Client IP Address?

2010-04-21 Thread Rick Harrison
Hi Sarah,

Perfect!  Thanks

Rick

On Apr 21, 2010, at 12:14 AM, Sarah Reichelt wrote:
> ...
> Among the elements of this array is $_SERVER["REMOTE_ADDR"] which
> contains the IP address of the client.
> 
> Check out  for the other
> elements in this array.
> 
> Cheers,
> Sarah

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Get Client IP Address?

2010-04-20 Thread Sarah Reichelt
On Wed, Apr 21, 2010 at 2:00 PM, Rick Harrison
 wrote:
> Hi there,
>
> I was wondering if there is a way to retrieve,
> and capture the IP address of a client
> connecting to the On-Rev server.
>
> A rev-script approach would be best if possible.


An On-Rev server script gets supplied with an array called $_SERVER
which contains lots of useful stuff.
Among the elements of this array is $_SERVER["REMOTE_ADDR"] which
contains the IP address of the client.

Check out  for the other
elements in this array.

Cheers,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Get Client IP Address?

2010-04-20 Thread Rick Harrison
Hi there,

I was wondering if there is a way to retrieve,
and capture the IP address of a client
connecting to the On-Rev server.

A rev-script approach would be best if possible.

Thanks,

Rick
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution