PHP Classes

detect the physical address php

Recommend this page to a friend!

      PHP HTTP protocol client  >  All threads  >  detect the physical address php  >  (Un) Subscribe thread alerts  
Subject:detect the physical address php
Summary:How can I detect the physical address of the client computer php
Messages:4
Author:JOSE JOAQUIN GAMBOA
Date:2008-01-21 14:26:16
Update:2008-01-23 19:57:15
 

  1. detect the physical address php   Reply   Report abuse  
Picture of JOSE JOAQUIN GAMBOA JOSE JOAQUIN GAMBOA - 2008-01-21 14:26:16
Hello,

I consulted a lot internet sites has nearly as taking the physical address of the client computer through php has failed.

It is possible with this operation php?


Thanks for your help.

  2. Re: detect the physical address php   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-01-21 19:27:14 - In reply to message 1 from JOSE JOAQUIN GAMBOA
That does not seem to have to do with the HTTP client class.

Take a look at the classes about Geography:

phpclasses.org/browse/class/39.html

  3. Re: detect the physical address php   Reply   Report abuse  
Picture of JOSE JOAQUIN GAMBOA JOSE JOAQUIN GAMBOA - 2008-01-23 14:29:10 - In reply to message 2 from Manuel Lemos
Thank you friend,
Is it possible to detect physical address (MAC) address of the visitor?

  4. Re: detect the physical address php   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-01-23 19:57:15 - In reply to message 3 from JOSE JOAQUIN GAMBOA
That has nothing to do with the HTTP client class.

Anyway, usually you cannot know the MAC address of another computer unless your machine is connected directly to the network card of the other computer.

Here is a class that can get the MAC address of another computer in those circumstances:

phpclasses.org/ntmacaddress