![]() |
|
|
+ Search |
![]()
|
Jun 30th, 1999 21:23
Nathan Wallace,
Use the '@' symbol before the function name to suppress error messages
and warnings. For example:
$error = @ ldap_bind($ldap,$binddn,$pass);
http://www.php.net/manual/feature-error-handling.php3