chenene101 Posted October 6, 2009 Share Posted October 6, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.