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.
PHPの使い方を学んでいます。簡単な PHP スクリプトを実行しようとしています。しかし、Google Chrome で実行しても何も表示されません。これが私のコードです:
<html> <body> <?php echo "Hello World"; ?> </html> </body>
XAMMP Apache と Eclipse Aptana プラグインを実行しています。