What is the simplest way to tell if a user is using a mobile device to browse my site using PHP?
I have come across many classes that you can use but I was hoping fo
I found mobile detect to be really simple and you can just use the isMobile() function :)
isMobile()