Detecting remote client name using PHP or Javascript
Posted
by Felix Guerrero
on Stack Overflow
See other posts from Stack Overflow
or by Felix Guerrero
Published on 2010-05-21T05:31:14Z
Indexed on
2010/05/21
5:40 UTC
Read the original article
Hit count: 212
Hi.
I need the remote client name (aka computer name) to save it into a database, I was looking into $_SERVER variables but it doesn't exist. How can I get this just using another PHP's function or even javascript if it is necessary.
© Stack Overflow or respective owner