How To Detect mobile device in php

copy below code and save as detectmobilebrowser.php



in your first page (i.e index.php write to check Whether it's Mobile device or not )

require_once ('detectmobilebrowser.php');


//open different page

//continue


No comments:

Post a Comment