Request.ServerVariables("LOCAL_ADDR")
Web Development
3
Posts
3
Posters
0
Views
1
Watching
-
-
don't know PHP a whit but there must be access to the environment variables which is where that should be located.
"No matter where you go, there your are..." - Buckaoo Banzi
-pete
give this a try...
${"LOCAL_ADDR"};
I got this from converting an ASP file to a PHP using ASP2PHP. http://asp2php.naken.cc/ I am not really sure if it works... luck, Jon X-ZD Designs