首页 /站务管理区/建议反馈/反馈2.2版本
老板废了了2个多小时找到你一个错误了
2020年8月7日 17:45

在 index_board_list.asp 中

热点:

                <%
                sql3="select top 1 * from BBS_Topic where board_id in ("& this_board_class_2 &")  order by replay_count desc"
                set rs3=bbsconn.execute(sql3)
                if rs3.eof then
                %><span class="bbs_board_topic_no">暂无热点</span><%
                else
                    topic_id_hot=rs3("topic_id")
                    topic_title_hot=rs3("topic_title")
                    
                    user_id_hot=rs3("user_id")
                    topic_addtime_hot=rs3("topic_addtime")
                    
                    user_name_hot=chk_db("BBS_User","user_id",user_id,"user_name")               这里的  user_id 应为    user_id_hot ?
                    
                %>

全部回复(1)
  • 引用沙发
    ,,,,不过你这个名字
  • 首页 | 电脑版 |