28,406
社区成员
发帖
与我相关
我的任务
分享<!--#include file="conn.asp"-->
<%
exec="select * from bbb where uid="&request("uid")
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,3
rs("Reader")=session("name")
rs.update
%>
<%
response.Write"<script>alert('阅读者信息增加成功!');this.location.href='index.asp';</SCRIPT>"
%>
sql="select id from article where id="$id&" and (reader like '%;"&username&";%' or reader like '"&username&";%')"