All pastes #2118062 Raw Edit

Untitled

public php v1 · immutable
#2118062 ·published 2012-02-11 12:51 UTC
rendered paste body
function listelements($tmp_limit, $tmp_name_or_url, $tmp_begin_wrap, $tmp_end_wrap, $tmp_order, $filter = null) {//...	$where = '';	if ($filter) {		$where = "AND UPPER(blog_name) LIKE '".strtoupper($filter)."%' ";	}//...                " WHERE public = '1' AND archived = '0' AND mature = '0' AND spam = '0' AND deleted ='0' " . $where . $order . " " . $limit . "", ARRAY_A );