1 頁 (共 1 頁)

[問題] 不能使用"搜尋"的問題

發表於 : 2005-03-10 22:34
maddie
發覺我的論壇突然不能作"搜尋"的動作!
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/hkfansclub/public_html/forum/search.php on line 1300

請問以上是什麼意思??應該怎樣補救呢?

p.s.剛安裝global_announcement_1.2.8em...但應該沒關係!!

謝謝各大大解答!!!!!!!

發表於 : 2005-03-10 22:38
kp3011
貼第 1300 行前後10行出來吧

發表於 : 2005-03-13 14:41
maddie

代碼: 選擇全部

	{
		message_die(GENERAL_MESSAGE, $lang['No_search_match']);
	}
}

//
// Search forum
//
$sql = "SELECT c.cat_title, c.cat_id, f.forum_name, f.forum_id  
	FROM " . CATEGORIES_TABLE . " c, " . FORUMS_TABLE . " f
[color=red]Line1300[/color]	WHERE f.cat_id = c.cat_id.(($userdata['user_level'] == ADMIN)? "" : " AND c.cat_id<>'".HIDDEN_CAT."'" ).
	ORDER BY c.cat_id, f.forum_order";
$result = $db->sql_query($sql);
if ( !$result )
{
	message_die(GENERAL_ERROR, 'Could not obtain forum_name/forum_id', '', __LINE__, __FILE__, $sql);
}

$is_auth_ary = auth(AUTH_READ, AUTH_LIST_ALL, $userdata);

$s_forums = '';
while( $row = $db->sql_fetchrow($result) )


那我應該要怎樣做呢?
請各大大幫忙!!!!!
謝謝!!!!!

發表於 : 2005-03-26 02:34
maddie
請各位幫幫忙!!
謝謝