Home
last modified time | relevance | path

Searched refs:search_for (Results 1 – 2 of 2) sorted by relevance

/web-bugs/include/
H A Dquery.php31 $search_for = !empty($_GET['search_for']) ? trim((string)$_GET['search_for']) : ''; variable
149 if ($search_for != '') {
150 list($sql_search, $ignored) = format_search_string($search_for, $boolean_search);
/web-bugs/www/
H A Dsearch.php67 'search_for' => urlencode($search_for),
219 …nput type="text" name="search_for" value="<?php echo htmlspecialchars($search_for, ENT_COMPAT, 'UT…

Completed in 9 milliseconds