-3

Is there any method so that i could disable my hosted webpage for mobile phones. the website which i host must be accessible only through laptop or pc . Any user who accesses the hosted website must get a message so as to open the website from a windows browser. Is there any php or script to do this

Prix
  • 19,173
  • 14
  • 69
  • 128

1 Answers1

1

Have a look at https://github.com/dmolsen/Detector

Detector is a simple, PHP- and JavaScript-based browser- and feature-detection library that can adapt to new devices & browsers on its own without the need to pull from a central database of browser information.

Vlad
  • 10,154
  • 2
  • 33
  • 38