救我
在php里如何計算兩個日期的時間差啊 比如2002-03-04 到2003-0...
作者 annan98 发布于 0000-00-00 分类:php基础编程
已经装好了Apache和PHP,要它们一起工作
照书上写的,应该在httpd.conf文件里加上以下语句
Script Alias/php4/"C:/PHP4/"
AddType application/x-httpd-php3.php
AddType application/x-httpd-php3.php3
AddType application/x-httpd-php3.php4
Action application/x-httpd-php3"/php4/php.exe"
可是运行是出错
PHP我是照书上提示的放在C:/PHP4目录下的啊
大家帮忙看一下,告诉一下
怎样设置让他们一起工作啊
逛论坛交流:帮忙设置一下Apache
Script Alias/php4/"C:/PHP4/"
AddType application/x-httpd-php4.php
AddType application/x-httpd-php4.php3
AddType application/x-httpd-php4.php4
Action application/x-httpd-php4"/php4/php.exe"
我是这样写的。
哦~
不行啊
#PHP Configure ##BEGIN##
ScriptAlias /php/ "C:php/"
AddType application/x-httpd-php .php .php4 .php3
AddType application/x-httpd-php .phtml
Action application/x-httpd-php "/php/php.exe"
#PHP Configure ##END##
谢谢!~ok啦
5 条回复
回复