Jump to content

Mobile Detect Browsers


chenene101

Recommended Posts

I am having issues with the detect mobile browser software.  I had it working on a test .php page but not on existing .php page.  I am thinking it is combining the statements somehow.

 

 

<?php

  if (!$template) $template = "main.tpl"; else $template .= ".tpl";

  mysql_connect("data.com", "datab", "databa");

  include("/www/common/functions/states.h");

 

?>

 

<?php

include('mobile_device_detect.php');

mobile_device_detect('http://domain.mobi','http://domain.mobi','http://domain.mobi','http://domain.mobi','http://domain.mobi','http://domain.mobi','http://domain.mobi','http://domain.com');?>

 

Any help is greatly appreciated.

 

Link to comment
https://forums.phpfreaks.com/topic/176720-mobile-detect-browsers/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.