查看: 822|回复: 8
|
请教php 的 安装问题
[复制链接]
|
|
我下载了 php 5.1.2 windows installer.. 也安装 了。。 我本身是用着IIS 的。。所以不需要安装 apache 了是吗??
安装了过后我久create 一个.php file..
<html>
<body>
<?php
$txt = "Hello World";
echo $txt
?>
</body>
</html>
然后就用firefox 开了。。。开了后是要我download 下来的。。 并没有什么东西display 出来。。我可以知道是什么程序出错了吗? |
|
|
|
|
|
|
|
发表于 25-8-2006 10:55 AM
|
显示全部楼层
|
|
|
|
|
|
|
楼主 |
发表于 25-8-2006 05:32 PM
|
显示全部楼层
原帖由 goatstudio 于 25-8-2006 10:55 AM 发表
你不应该用 browser 直接打开你的 php, 应该用 http://localhost/你的 php 的名字.
那我的php file 是放在那里? C:\\ InetPub\wwwroot 吗? |
|
|
|
|
|
|
|
楼主 |
发表于 25-8-2006 05:35 PM
|
显示全部楼层
原帖由 goatstudio 于 25-8-2006 10:55 AM 发表
你不应该用 browser 直接打开你的 php, 应该用 http://localhost/你的 php 的名字.
哦哦哦。。 可以了。。原来和asp.net 一样。。。
谢谢了。。。
万分感谢 |
|
|
|
|
|
|
|
发表于 25-8-2006 05:37 PM
|
显示全部楼层
should be configure wrong, iis dont know what is php thats why it open as download file. to configure php with iis plesse refer to google. it is not as simple as install and done, some configuration need to be done. |
|
|
|
|
|
|
|
发表于 30-8-2006 04:10 PM
|
显示全部楼层
如果我是用APACHE呢?那我的.PHP FILE应该SAVE在那里?? |
|
|
|
|
|
|
|
发表于 30-8-2006 05:42 PM
|
显示全部楼层
if using apache, then need to add a few line inside apache htdoc.conf configuration file. But dont try it yourself, why not just download easyphp and all problems solve, it will install php+mysql+apache |
|
|
|
|
|
|
|
发表于 30-8-2006 06:26 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 1-9-2006 05:09 PM
|
显示全部楼层
原帖由 8years 于 30-8-2006 05:42 PM 发表
if using apache, then need to add a few line inside apache htdoc.conf configuration file. But dont try it yourself, why not just download easyphp and all problems solve, it will install php+mysql+a ...
thanks i already settle it...i dunno easyPHP can settle everything ma.... no body tell me...after i domei juz read ur message..... |
|
|
|
|
|
|
| |
本周最热论坛帖子
|