LonghornPHP 2026

Voting

: max(one, three)?
(Example: nine)

The Note You're Voting On

martin dot keckeis1 at gmail dot com
10 years ago
You can use it like this for filtering

<?php
$badSearchInput = 'Domain\username';

$escapedSearchInput = ldap_escape($badSearchInput, null, LDAP_ESCAPE_FILTER);
?>

<< Back to user notes page

To Top