Re: How to get client mac address in PHP ..? [message #176042 is a reply to message #176040] |
Mon, 21 November 2011 12:16 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 11/21/2011 6:15 AM, rrvasanth wrote:
> Dear friends...
>
> I need to know the MAC address of the connect clients, how can I do
> this in PHP?
>
> Thanks
> Vasanth
Sorry, it's not possible. It's not sent to your server. All you have
available is the IP address. And it's possible the client may not even
have a MAC address, i.e. a dial-up client would have the MAC address of
the dial-up server (don't laugh - there are still a lot of these around
the world).
The real question is - what problem are you trying to solve?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|