1.跪求ASP生日提醒的码生八爪鱼 源码代码
跪求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
2024-11-13 14:34
2024-11-13 14:32
2024-11-13 14:07
2024-11-13 13:23
2024-11-13 13:10
2024-11-13 12:57