dbase.inc
上传用户:wl2659
上传日期:2007-01-04
资源大小:8k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?
  2. // phpEasyMail Configuration
  3.  
  4. // Define varibles needed for database access.
  5. // MySQL hostname
  6. $host       = "localhost";
  7. // MySQL username
  8. $user       = "root";
  9. // MySQL password
  10. $password   = "";
  11. // MySQL database name
  12. $db         = "maillog";
  13. // MySQL table name
  14. $table      = "maillog";
  15. // That's it!
  16. ?>