Hello
I want to know how can I get the query code that used in MyBB ?
such as :
and etc
I want to know how can I get the query code that used in MyBB ?
such as :
PHP Code:
$query2 = $db->simple_select('posts', 'COUNT(pid) AS count2', 'dateline >= '.$datecut);
and etc
