|
-
Jun 20th, 2002, 04:13 PM
#1
Thread Starter
Fanatic Member
$_SERVER['REMOTE_ADDR'].$_SERVER['PHP_SELF'];
-
Jun 20th, 2002, 05:29 PM
#2
Member
Whoa...doesn't that return the address of the user?
-
Jun 20th, 2002, 05:31 PM
#3
Thread Starter
Fanatic Member
oops, i meant this:
$_SERVER['SERVER_ADDR'].$_SERVER['PHP_SELF'];
-
Jun 20th, 2002, 05:36 PM
#4
Member
Originally posted by cpradio
oops, i meant this:
$_SERVER['SERVER_ADDR'].$_SERVER['PHP_SELF'];
Returns the same thing as before but as an IP, still no HTTP/HTTPS or port...
-
Jun 20th, 2002, 05:38 PM
#5
Thread Starter
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|