Macbook に osx mavericks を使用して MAMP をインストールしました。すべての設定がデフォルトです。test.html を /Applications/MAMP/htdocs にコピーして移動するhttp://localhost:8888/test.html
と、次のように表示されます。one three
および test.html ファイル:
<html>
<head>
<title>Example</title>
</head>
<body>
one
<?php
echo 'two ';
?>
three
</body>
</html>
PHP の 'two' が表示されません。