D
|
DealerModulesDevClub member 2/13/2022 |
Googling around a little bit came up with this recent answer, hope it helps you. Came from phpcoder.tech https://phpcoder.tech/php-get-client-mac-or-physical-and-ip-address/ Method-1: function GetMACAdd(){ ob_start(); // Turn on output buffering $findme = "Physical"; echo $mac; ?> In the second method, we execute system('ipconfig /all'); to display the output. |
G
|
ganesanmanju author 2/13/2022 |
These all are giving the Mac address of server not client - please note. Thanks |
![]() |
Admin 2/14/2022 |
This is not possible. On the client computer you can only use Javascript and you do not have access to any physical details of the computer from Javascript. |
S
|
Steve Seymour 2/14/2022 |
The best you can do is get the IP address... <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> |