john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

asp notes

ASP Notes

<%if (Request.QueryString("itemID") = 618) OR (Request.QueryString("itemID") = 638) then%>


call opendb


strSQL = "SELECT * FROM t" & ShopID & "_andNewsEvents WHERE f_id=" & clng(itemID)

set rs = db.execute(strSQL)
if rs.eof and rs.bof then


if Trim(rs("f_SubTitle").value)<>"" then
        strInsert  = strInsert & "<i>" & Trim(rs("f_SubTitle").value) & "</i><br><br>" & chr(10)
    end if

call closedb

<!--#include file="bottomlinks.html"--></td>

  • « bulgaria ip range
  • display an external website »

Published

Feb 6, 2010

Category

web

~43 words

Tags

  • asp 1
  • notes 13
  • web 56