

Moderators: mindphp, ผู้ดูแลกระดาน
Code: Select all
$arr_title = array();
if ($row['topic_type'] == POST_NORMAL) {
$arr_title[$row['topic_id']] = $row['topic_title'];
}
Code: Select all
if (in_array($forum_id, $mtb_allow_search_topic)) {
$tmb_input_search_box .= '<input class="mtb_search_topic search-query hidden-phone" style="width:150px" value="กรองกระทู้..." type="text" id="search_topic" onkeyup="search()" autocomplete="off" onclick="clickclear(this, \'กรองกระทู้...\')" onblur="clickrecall(this,\'กรองกระทู้...\')">';
$i = 0;
foreach ($arr_title as $key => $value) {
//......
Code: Select all
if(is_array($arr_title) ) {
foreach ($arr_title as $key => $value) {
....
Users browsing this forum: Google [Bot] and 10 guests