jrRankAddQuery
The jrRankAddQuery function is used for "adding" a small part of a WHERE clause to an SQL query that can consist of single values or an array of values. NOTE: Values MUST BE VALIDATED before this function as this function does not validate.
string
jrRankAddQuery
(string $field, string $match, array $_args)
-
string
$field: Field in SQL Query to match
-
string
$match: Match within _args array
-
array
$_args: Input arguments (usually $_post)
|