标题: 终于找到线索明白PHP如何操作MD webmail [打印本页] 作者: goxia 时间: 2004-12-24 16:02 标题: 终于找到线索明白PHP如何操作MD webmail 一直纳闷php如何制作出来的for md的模板或者成为程序<br>
终于让我找到线索了,以下是官方的回答:<br>
Use the API to get the information. API is used for programming applications. PHP is a scripting language, so you would the<br>
standard php functions to read the account database and access the text<br>
files. If you're storing your account information in a database, you can<br>
access it as simple as doing a query ( mysql_query() ). Aliases, however,<br>
are not stored in the db. They are stored in a plain-text file named<br>
alias.dat that is stored in \mdaemon\app\ .<br> 作者: 钉子 时间: 2004-12-25 14:58 标题: re:实际上MD的API可以做好多事情。 实际上MD的API可以做好多事情。