Hi
I am looking for the code that generates the value of REMOTE_ADDR so that I want to make a code that gives the MAC address of the visitor and I am looking into http://lxr.php.net but I don´t found nothing, if some can help me ... :-)
Regards
Iván Rodriguez Espada
ALAPLAYA.COM
http://www.alaplaya.com
epplestun@alaplaya.com
I want to make a code that gives the MAC address of the visitor
The MAC address is only available on the same network, but you could
always read the headers (php.net/getallheaders). This is the wrong list,
BTW.
Regards, Filip de Waard