Is there anyway to get MAC address of server? I want to write a script to get the MAC address of my web server. Maybe get from command line?
I realise i can do that by exec("ifconfig de0", $ary, $retval);
However if my webserver is on Windows platform? How can I achieve that?