PHP代码不适用于HTML

时间:2017-03-12 18:34:39

标签: php

我曾尝试在HTML代码中使用不同的PHP代码,但每次我都这样做,它不起作用,没有输出。我还在Notepad ++上安装了PHP解释器,但它没有帮助。

的index.php

<!DOCTYPE html>
<html>
    <head>
        <title>Hello world!</title>
    </head>
    <body>
        <?php
            echo 'Hello world!';
        ?>
    </body>
</html>

0 个答案:

没有答案