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
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
2 matches
Mail list logo