Windows7のインストールにapacheとphpをインストールしました。
apachehtdocsディレクトリに「testing.php」というファイルを置きました
その中で私は書いた
<?php
echo "Maple|Pine|Oak|Ash";
?>
(実際に言葉をエコーするのではなく)すべてを吐き出すだけなのに、私がそのページにアクセスしたとき。
Webサーバーなどを実行するのはこれが初めてなので、何が間違っているのか疑問に思いました。
You need to install PHP also. Apache does not come with PHP in it, it has to be installed and properly enabled. Consider WAPM (to learn .htaccess too, for Linux hosting) or IIS Express + Web Platform Installer (+ PHP + PHP Win Cache + URL Rewrite - these are found in WebPI and are easy to install).