Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(isset($_POST['mark'])) {
- $adServer = "ldap://localhost:389"; // адрес сервера?
- $ldap = ldap_connect($adServer);
- $mark = $_POST['mark'];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement