<% Set conn = Server.CreateObject("adodb.connection") Path = Server.MapPath("database/manner.mdb") conn.Open"driver={Microsoft Access Driver (*.mdb)};dbq="&path set rs =server.CreateObject("adodb.recordset") sql = "select * from report order by id " rs.open sql,conn,1,1 %>




<%do while not rs.EOF id = rs("id") title = rs("title") ftime = rs("ftime") %>
1、 如何使用POP3/SMTP收发邮件
2、 发送邮件失败常见问题
3、 如何使用WEB方式收发电子邮件
4、 如何修改邮件帐户密码
5、 如何统计网站访问情况
6、 邮件使用安全问题
7、 其他问题请给我们发邮件


Copyright 2003. Gaoth.com. All rights reserved
http://www.top1host.com