ldap_error --
Return the LDAP error message of the last LDAP command
Syntax
string ldap_error ( resource link_identifier )
Returns string error message.
This function returns the string error message explaining the
error generated by the last LDAP command for the given
link_identifier While LDAP errno numbers
are standardized, different libraries return different or even
localized textual error messages. Never check for a specific error
message text, but always use an error number to check.
Unless you lower your warning level in your
php.ini sufficiently or prefix your LDAP
commands with @ (at) characters to suppress
warning output, the errors generated will also show up in your
HTML output.
ldap error php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php ldap error syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.