Re: [PHP] Detect and Redirect Mobile Users

2013-06-13 Thread Dead Letter.Office
http://php.net/manual/en/misc.configuration.php#ini.browscap http://tempdownloads.browserscap.com/ $browser = get_browser(null, TRUE); if (isset($browser['ismobiledevice']) && ($browser['ismobiledevice'] == TRUE)) { $isMobile = TRUE; } else { $isMobile = FALSE; } unset($browser); -- PHP

[PHP] ldap connect issues

2013-04-16 Thread Dead Letter.Office
I'm a little hesitant to log a bug for this as it may be the way I'm doing things, but here's the "issue": Summary: Secondary requests to AJAX PHP Script that performs ldap_connect/ldap_bind requests to 1+ directories often results in "LDAP Can't contact LDAP server". It appears PHP doesn't e