How-to articles, tricks, and solutions about MAC-ADDRESS
How can I get the MAC and the IP address of a connected client in PHP?
You can use the $_SERVER['REMOTE_ADDR'] variable in PHP to get the IP address of a connected client.