/ Published in: PHP
find a mac address using php
Expand |
Embed | Plain Text
foreach($output as $line){ $mac = $line; } }
You need to login to post a comment.
find a mac address using php
foreach($output as $line){ $mac = $line; } }
You need to login to post a comment.