for the security purpose how I get visitor computer name and related details using php?
I try $_ENV['COMPUTERNAME'] it showing my server name not client computer details...
There is any option to get client computer name?
for the security purpose how I get visitor computer name and related details using php?
I try $_ENV['COMPUTERNAME'] it showing my server name not client computer details...
There is any option to get client computer name?
In normal cases, you can't. The only things you can retrieve are:
Sending the computer name as part of the request simply doesn't make sense for the browser. Also, I'm skeptical it is even possible (in a reliable way) to get it via other ways.