设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 58|回复: 3
打印 上一主题 下一主题

斑竹进啊?求救!!(操作符丢失) 怎么回事啊?

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-14 00:36:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<%
f_id=request.querystring("f_id")
l_id=request.querystring("l_id")
if session("u_name")="" then
Response.Write "<script>alert('您未登陆!');location='detail.asp?l_id="& l_id &"&f_id="& f_id &"';</script>"
else
SQL="select * from bbs_user where u_name='"& session("u_name") &"'"
rs.open SQL,conn
set rs1=server.createobject("adodb.Recordset")
SQL="select * from bbs_lanmu where l_master ='"& session("u_name") &"' and l_id = "& l_id &""
rs1.open SQL,conn

if rs("u_level")<>3 then
if rs1.EOF then
Response.Write "<script>alert('您的权限不够!');location='detail.asp?l_id="& l_id &"&f_id="& f_id &"';</script>"
else
SQL="delete bbs_forum where f_id='"& f_id &"'"
conn.execute SQL
Response.Write "<script>alert('已删除此帖!');location='forum.asp?l_id="& l_id &"';</script>"
end if
else
SQL="delete bbs_forum where f_id="& f_id &""
conn.execute SQL 为第 26 行
Response.Write "<script>alert('已删除此帖!');location='forum.asp?l_id="& l_id &"';</script>"
end if
end if
%>



语法错误 (操作符丢失) 在查询表达式 'bbs_forum where f_id=4' 中。
/mybbs/delete_forum.asp, 第 26 行
2#
发表于 2010-1-14 00:36:59 | 只看该作者
SQL="delete from bbs_forum where f_id='"& f_id &"'"

SQL="delete from bbs_forum where f_id="& f_id &
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-14 00:37:03 | 只看该作者
谢谢啊!!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-20 13:34 , Processed in 0.095790 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表