I want to get MAC address with php script. Is it possible to get MAC address directly using PHP script? If any one have idea about MAC address please help to to get. Thanks in advance
I think that's not possible just with php. Try this http://en.wikipedia.org/wiki/Address_Resolution_Protocol
can't only if you use external programs (and use the internal network) see this topic: http://forums.devarticles.com/gener...can-i-find-out-the-user-mac-address-1846.html
1st of all: You can't do it using just php or normal Javascript. Using signed Javascript (which is disabled by default in Firefox) or HTML applications (.hta) in IE this may be possible. anyways you can check this: http://codingresource.blogspot.com/2010/02/get-client-mac-address-ip-address-using.html But I don't know if it's gonna work.