我在Windows 7上使用Apache 2.2與php5代碼(本地通過http://localhost/)玩一點。 php被安裝爲apache 2.2模塊。
問題是,PHP代碼(在index.php
文件例如,<?php phpinfo(); ?>
)的偉大工程,
和HTML代碼中也可以(<html><body>Hi!</body></html>
在index.html
),但在HTML
PHP腳本沒有(在index.html
<html><body><?php phpinfo(); ?></body></html>
)工作。Php腳本在本地運行Apache與Apache
我在配置文件中缺少在本地html頁面中運行php腳本的內容?
工作得很好,謝謝! – 2011-05-01 16:49:37