首页 > 网站 > 建站经验 > 正文

!asp数据库查询代码

2019-11-02 15:31:10
字体:
来源:转载
供稿:网友

 call per.getPermition("news",0)
 Dim title,sql,rs
 title = Lib.safeRequest("/",0)
 sql = "select Id From [" & cfg.TablePrefix & "news] w

帝国影视[www.aikan.tv/special/diguoyingshi/]
here title = '" & title & "'"
 rs = dbo.Query(sql)
 If isEmpty(rs) Or isNull(rs) Then
  Response.Write(0)
 Else
  Response.Write(1)
 End If
 Set Lib = Nothing : Set Dbo = Nothing

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表