Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows 8 に wammp をインストールしました。単純なテストecho 'test';で「test」が表示されません。ブラウザの「ソースを表示」を見ると、echo 'test';Apacheがphpコードを処理していないことを示しています。
echo 'test';
ここで何が起こっていて、誰かがこの問題を解決しましたか?
私の推測が正しければecho 'test';、PHP タグを追加する必要はありません。
<?php echo 'test'; ?>