/ Published in: PHP
find a mac address using php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
foreach($output as $line){ $mac = $line; } }