Currently I am developing an application on PHP that I want to use on the specific computers that are allowed in my database, to restrict I may use MAC Address of the computer which is allowed to use the application.
I researched on various websites and articles about this issue, but I am not getting a proper answer.
No body tells how to fetch mac address of the visitor computer. Is there any alternative solution?
Thanks!