($formValues) ? $formValues[0][”employeenumber”][0] : “”); printf(”Department:  n”, ($formValues) ?

($formValues) ? $formValues[0][”employeenumber”][0] : “”); printf(”Department:  
n”, ($formValues) ? $formValues[0][”ou”][0] : “”); printf(”Telephone:   
n”, ($formValues) ? $formValues[0][”telephonenumber”][0] : “”); If this function is called from the modification script, it outputs an extra text field for the password of the user modifying the entry corresponding to them: if ($submitLabel == “MODIFY”) { printf(”User Password:    
n”); } If the function is called from the script responsible for adding users, it outputs a text field to prompt the user for the administrator’s password: if ($submitLabel == “ADD”) { printf(”Admin Password:    
n”); } printf(”“, $submitLabel); printf(”

“); } This function merely provides a link to the main page: function returnToMain() { printf(”

n”); printf(” to return to Main Pagen”); } The cleanup function which closes the connection specified by the link identifier argument: function closeConnection($linkIdentifier) { ldap_close($linkIdentifier); } ?> This script is invoked when the user clicks the SEARCH button. The search screen would look like below: Page 517
Note: If you are looking for cheap and inexpensive provider to host and run your tomcat application check professional tomcat hosting services

Comments are closed.