Snippets tagged “arp”
1 snippet uses this tag.
- How can I get the MAC and the IP address of a connected client in PHP?PHP
You can use the $_SERVER['REMOTE_ADDR'] variable in PHP to get the IP address of a connected client.
1 snippet uses this tag.
You can use the $_SERVER['REMOTE_ADDR'] variable in PHP to get the IP address of a connected client.