Click to See Complete Forum and Search --> : $env{''}


Incomplete
05-28-2006, 10:13 AM
when i need clients IP address .. i used $ENV{'REMOTE_ADDR'}
and when i need clients PC IP address .. i used $ENV{'HTTP_X_FORWARDED_FOR'}


but if i need clients (hard disk number) .. what i have to use ???

Please help me friends

thank you all

:D

Jeff Mott
06-04-2006, 05:58 AM
if i need clients (hard disk number) .. what i have to use ???There is no environment variable that provides this information--at least not in any standard environment.