I'm trying to get MAC address from server but it not showing the address but locally I'm getting the address. if any help it will more helpful.
I have tried this on local host but on server its now getting it gives null or 0 value.
$string=exec('getmac');
$mac=substr($string, 0, 17);
echo $mac;