PHP echo显示?>标签

时间:2019-02-19 13:17:35

标签: php html5

我在PHP中有一个奇怪的行为,即在回显之后,我会在HTML标记之后看到内容。

当我打开页面测试回声时,它看起来像这样:

有效!

“;?>

我正在Windows 10计算机上运行MAMP。

<!DOCTYPE html>
<html lang = 'de'>
<head>
<title>Import Budget File</title>
<meta name = 'viewport' content = 'width = device-width, initial-scale = 1.0'></meta>
<link rel = 'stylesheet' href = 'styles.css'></link>
<script src = 'scripts.js'></script>
</head>
<body>
<?php echo "<p>Works!</p>"; ?>
</body>
</html>

0 个答案:

没有答案