我正在尝试在构建我的网站时在我的书中继续,我正在尝试使用PHP / .pl表单保存,但我似乎无法让它像它应该的那样工作。
<form action="/cgi-bin/contactlist.php" method="post">
<fieldset>
<legend>Join E-mail List Test blah blah</legend>
<p>This is a test and I am curious what it does so lol </p>
<ol>
<li>
<label for="name">Name:</label>
<input type="text" name="name" id="name" />
</li>
<li>
<label for="email">Email:</label>
<input type="text`enter code here`" name="email" id="email" />
</li>
</ol>
<input type="submit" value="Submit" />
</fieldset>
</form>
</body>
</html>
上面列出的代码,但表单没有像它应该保存的任何建议?