我最近尝试链接PHP和HTML表格,但收到了奇怪的输出。
我的HTML代码如下:
<html>
<form action="index.php" method="post">
<input type="text" name="username">
<input type="text" name="password">
<input type="submit" value = "Submit">
</form>
</html>
我的PHP代码是这样的:
<html>
<head>
<title>Information gathered </title>
</head>
<body>
<?php
echo "<p>Data processed</p>";
?>
</body>
</html>
当我点击提交时,它会生成一个包含以下输出的新页面:
数据处理&#34 ;; ?&GT;
&#39; &#34 ;; ?&GT; &#39;在我的字符串的末尾来自?