Hi again everybody,
while working on a project I ran into a problem that keep me from finishing what I'm trying to do. I haven't received a LDAP formation so my question might seems stupid, but I will take all the help I can get.
I have a PHP-HTML web page wich contains a list, a "Add button" and some fields. When I click the button, a javascript action add the value of a textbox into my list. So far everything's ok. Now what I'd like to do is, when I click the button, to make a LDAP query with the textbox value as filter and then fill all the fields with the info returned. I know how to create the request with the right filter but I really don't know where to put it: I tried in the javascript code but it gives me errors; the PHP code is only executed when the page loads... Do I have to send request to the server and refresh the webpage ?
Any help would be really appreciate. Thanks for your time.
Frank
while working on a project I ran into a problem that keep me from finishing what I'm trying to do. I haven't received a LDAP formation so my question might seems stupid, but I will take all the help I can get.
I have a PHP-HTML web page wich contains a list, a "Add button" and some fields. When I click the button, a javascript action add the value of a textbox into my list. So far everything's ok. Now what I'd like to do is, when I click the button, to make a LDAP query with the textbox value as filter and then fill all the fields with the info returned. I know how to create the request with the right filter but I really don't know where to put it: I tried in the javascript code but it gives me errors; the PHP code is only executed when the page loads... Do I have to send request to the server and refresh the webpage ?
Any help would be really appreciate. Thanks for your time.
Frank