Hi,
I am currently developping an LDAP address book and I am trying to set it in a design of mine.
The design is made of :
-a menu on top which allows one to consult the LDAP AB (this is dynamically made with PHP functions to show the first letter of the simple name)
-a menu on the left hand side which allows authorized users to administrate the LDAP AB and -a table in the center where is shown the content of the pages.
I am having trouble with "ldap_connect" which returns "3" when I am connecting to the LDAP AB to add a new entry because of the first connection (for teh top menu) despite I closed it with ldap_close.
As any one come across such a problem?