Help for this page

Select Code to Download


  1. or download this
    $search->code && die $search->error;
    
  2. or download this
    $search = $ldap->search( 
                    base=> "$base",
                    filter=>"mail=$name_email"
                    );