retrieving mac address
Moderator: General Moderators
Re: retrieving mac address
Unless you're running on an internal network, no there isn't. The MAC address isn't available on the networking layer Apache & PHP work on.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
-
strafingmoose
- Forum Newbie
- Posts: 15
- Joined: Mon Apr 18, 2011 2:56 pm
Re: retrieving mac address
You might be able to find the information using the ping command and parsing the output of it.
Re: retrieving mac address
Nope, MAC addresses are layer 2, IPs are layer 3.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.