How to get 17 digit MAC address for license setup

It is a simple step

Just write a simple php file to get the MAC address of your user PC

<?php

$mac = exec('getmac');

echo $mac = substr($mac, 0, 17);

 

?>

 

Article Details

Article ID:
7
Category:
Rating :

Related articles