Re: [PHP] script PHP to detect IP address

2004-12-20 Thread welly limston
[EMAIL PROTECTED] wrote: the REMOTE_ADDR environment variable (aka php superglobal) will give you the IPnumber of the inbound client. -- Original Message -- From: welly limston To: [EMAIL PROTECTED] Date: Friday, December 17, 2004 06:17:56 PM -0800 Subject: [PHP] script

RE: [PHP] script PHP to detect IP address

2004-12-17 Thread Warren Vail
hmmm, perhaps you are not clear about how IP addresses are used (assigned and reassigned), if your interest is the ip address of a PC connected to your website or the ip of the website, probably depends on your web server, for my apache server; $_SERVER[SERVER_ADDR] (apache server IP address, at