Search code examples
phpmacosmac-address

how to get MAC Address using php?


Possible Duplicate:
How can I get the MAC and the IP address of a connected client in PHP?

Hi everybody

In my website client's requirement is to getting IP address as well as MAC address and PC Name of visitor's machine.

For IP address no problem I have done.

But What for MAC address and PC Name?

Can we get it via PHP programatically ?

If it is possible, can you tell me how to do that?

Please suggest me something about it.


Solution

  • Not tested but this might help:- http://nazmulb.wordpress.com/2008/07/04/getting-mac-address-using-php/

    This script is for getting server's mac address. I don't think it is possible to get clients mac address through php.