如何使用PHP获取MAC地址? [重复]

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.

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.

Generate a HTML form that asks the user (using normal INPUT elements) what their MAC address and machine name are, and write a PHP script that will capture the submission and insert the data in the appropriate location.

In other words, no.