Is there a variable to fetch with getenv that gives you the client host name.
I can't find it in my docs so I suppose there isn't but it would be handy to be
able to insert the "computer name" of the calling computer in some cases.
(as my dev box is "Carnelian" . I would like to do something like:
$clientdev = getenv('HOST_NA ME');
/M.
--
Martin Skjöldebrand
Family site: http://www.skjoldebrand.org
"Art" site: http://martoni.deviantart.com
Public key available at: http://wwwkeys.pgp.net
I can't find it in my docs so I suppose there isn't but it would be handy to be
able to insert the "computer name" of the calling computer in some cases.
(as my dev box is "Carnelian" . I would like to do something like:
$clientdev = getenv('HOST_NA ME');
/M.
--
Martin Skjöldebrand
Family site: http://www.skjoldebrand.org
"Art" site: http://martoni.deviantart.com
Public key available at: http://wwwkeys.pgp.net
Comment