I want to get the MAC and IP address of the connected client using php.
|
|
|||||||
|
|
|
You can get the server IP address from You can get the client IP from If you are building some kind of LAN based system and your clients are on the same ethernet segment, then you could get the MAC address by parsing the output of Edit: you ask in comments how to get the output of an external command - one way is to use backticks, e.g.
|
|||
|
|
|
IP
MACYou can't get the remote MAC address because it's not transmitted to your server. |
||
|
|
|
|
I don't think you can get MAC address in PHP, but you can get IP from |
||
|
|
