Home > Backend Development > PHP Tutorial > PHP安装攻略:常见问题解答(三)

PHP安装攻略:常见问题解答(三)

WBOY
Release: 2016-06-01 14:31:04
Original
838 people have browsed it
六、

问:在WINDOWS下如何用MAIL函数发邮件?

答:php在UNIX/linux下发邮件用的是SENDMAIL程序,在WINDOWS没有SENDMAIL,但可以用SMTP协议来完成,具体方法如下:修改PHP.INI文件的[mail function]下的SMTP。
如:
[mail function]
SMTP=public.sta.net.cn ;Win32 Only

七、

问 :php+apache在win9x下的设置一问

运行时出现:“cannot determine local host name,use servername to set it manually”
如果你有ip地址的话,只需在httpd.conf中加入:
ServerName http://你的IP
例如: ServerName http://162.105.38.100 
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template