% dim key,cat,sql,chid ch=request("ch") id=request.QueryString("mid") if ch <> "" then if session("login")<>"true" then response.Redirect("login.asp?p="&request.ServerVariables("SCRIPT_NAME")) else sql="select * from tbl_biodata where username like('"&ch&"%')" end if end if cpage=request.QueryString("cpage") cpage = cint(Request("cpage")) if cpage = 0 or cpage = "" or not isnumeric(cpage) then cpage = 1 end if %>
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||