 |
最有人气索女 |
 |
|
|
|
|
 |
最有人气型男 |
 |
|
|
|
|
最新加入索女 |
+more |
|
最新加入型男 |
+more |
<%set rs = conn.execute("select top 10 id,huiyuan,nyr,xl,js,yq from love where xb='女' and zt=1 order by id desc")
do while not rs.eof
Response.Write " "&rs("huiyuan")&"女士:"&datediff("yyyy",rs("nyr"),date())+1&"岁,"&rs("xl")&","&left(rs("js"),23)&","&left(rs("yq"),23)&" | "
rs.movenext
loop
rs.close
set rs=nothing%>
|
|
<%set rs = conn.execute("select top 10 id,huiyuan,nyr,xl,js,yq from love where xb='男' and zt=1 order by id desc")
do while not rs.eof
Response.Write " "&rs("huiyuan")&"先生:"&datediff("yyyy",rs("nyr"),date())+1&"岁,"&rs("xl")&","&left(rs("js"),23)&","&left(rs("yq"),23)&" | "
rs.movenext
loop
rs.close
set rs=nothing
conn.close:set conn=nothing%>
|
|