寶林案第6死! 46歲換肝女昨情況惡化 今搶救不治
2024-12-26 16:32
1.跪求ASP生日提醒的码生surf源码介绍代码
跪求ASP生日提醒的代码
sql="select name from shr where birthday>#"&date()+5&"#"
rs.open sql,Conn,1,1
if rs.recordcount>0 then
do while not rs.eof
response.write rs("name")&"<br>"
rs.movenext
loop
end if