MeekroDB v3.0.1
Enable the output of parse() to be used in a query or WhereClause with %? or %l
Examples:
$part = DB::parse('username=%s', 'Joe');
$results = DB::query("SELECT * FROM accounts WHERE %?", $part);Enable the output of parse() to be used in a query or WhereClause with %? or %l
Examples:
$part = DB::parse('username=%s', 'Joe');
$results = DB::query("SELECT * FROM accounts WHERE %?", $part);