[PHP] Re: get ip of visitors

2002-04-23 Thread Cosmin
Ya I found $ip = gethostbyname($REMOTE_ADDR); Thanks anyway Cosmin Cosmin Vlasiu [EMAIL PROTECTED] wrote in message 007d01c1ea9d$9db78660$[EMAIL PROTECTED]">news:007d01c1ea9d$9db78660$[EMAIL PROTECTED]... Hello, How can I take the IP of the visitator of my php page? not gethostbyname... I need

Re: [PHP] Re: get ip of visitors

2002-04-23 Thread Claudiu
$ipaddr=getenv(REMOTE_ADDR); Cam asta ar fi... On Tue, 23 Apr 2002, Cosmin wrote: Ya I found $ip = gethostbyname($REMOTE_ADDR); Thanks anyway Cosmin Cosmin Vlasiu [EMAIL PROTECTED] wrote in message 007d01c1ea9d$9db78660$[EMAIL PROTECTED]">news:007d01c1ea9d$9db78660$[EMAIL

[PHP] Re: get ip of visitors

2002-04-23 Thread Cosmin
Thanks to all, very usefull samples Cosmin Cosmin Vlasiu [EMAIL PROTECTED] wrote in message 007d01c1ea9d$9db78660$[EMAIL PROTECTED]">news:007d01c1ea9d$9db78660$[EMAIL PROTECTED]... Hello, How can I take the IP of the visitator of my php page? not gethostbyname... I need the ip of any visitator

Re: [PHP] Re: get ip of visitors

2002-04-23 Thread esivertsen
This variable contains the IP address of the visitor: $HTTP_SERVER_VARS[REMOTE_ADDR] Best regards, Eivind - Original Message - From: Cosmin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 12:16 PM Subject: [PHP] Re: get ip of visitors