Welcome Guest, Not a member yet? Register   Sign In
how can i get system mac address
#1

i'm using this code

function get_real_mac_addr(){
system('ipconfig /all');
$mycom=ob_get_contents();
$findme = "Physical";
$pmac = strpos($mycom, $findme);
$mac=substr($mycom,($pmac+36),17);
return $mac;
 }


its working in localhost and get mac address but in live server its not working

how can i get mac address in live server??
Reply


Messages In This Thread
how can i get system mac address - by demonicinn - 04-17-2017, 10:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB