Grab MAC From ARP Table With PHP
Cool function you can use on your local network to lookup a devices MAC address, (assuming the device is on your network), using PHP.For a big company, either look in the remote locations router, or your core router. // ============================================= // getmac(Device IP, Router, SNMP Read Community) // Michael Requeny -- http:…