2 Steps to know whether vistors use mobile to visit your website in PHP



Step 2: Use  is_mobile_request function

You can use this function in your website like this:


$ismobile=is_mobile_request();

if($ismobile){

// display small page

} else {

// display big page
}

Category: PHP Programming

TAG:

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>