![]() |
|
How to use PHP to get the client MAC - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: PHP (https://sinister.li/Forum-PHP) +--- Thread: How to use PHP to get the client MAC (/Thread-How-to-use-PHP-to-get-the-client-MAC) |
How to use PHP to get the client MAC - whirlwind - 09-05-2011 How to use PHP to get the client MAC?? RE: How to use PHP to get the client MAC - slbmeh - 09-15-2011 (09-05-2011, 04:19 PM)whirlwind Wrote: How to use PHP to get the client MAC?? The MAC address is not submitted to your server in a request, therefore you cannot obtain it with PHP. You can use other conventions such as ActiveX, Flash, or Flex. RE: How to use PHP to get the client MAC - whirlwind - 10-13-2011 (09-15-2011, 12:06 AM)slbmeh Wrote:(09-05-2011, 04:19 PM)whirlwind Wrote: How to use PHP to get the client MAC?? Thanks! my MSN:whirlwind110@live.com |