mac address

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ZoiD
Forum Newbie
Posts: 1
Joined: Wed Jun 04, 2003 12:17 pm

mac address

Post by ZoiD »

is there a function to get the mac address of a client in windows ?
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

the same way as for UNIX/Linux;

arp -a ipaddressorhostname
Post Reply