Home > Q&A > body text
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
</head>
<?php
echo "aha";
?>
<body>
</body>
</html>
大家讲道理2017-06-24 09:24:17
html files do not parse php files, php files can parse html
ringa_lee2017-06-23 18:25:06
First check whether your file name suffix is .php