我不知道这里发生了什么,但我的表格不会发布。我已经把它剥离回绝对基础,但仍然没有快乐。工作正常,我在localhost上工作MAMP。
这是:世界上最简单的形式无法发挥作用。
<?php
print_r($_POST);
?>
<!DOCTYPE html>
<html lang="en" class="">
<head>
<title>Site Title</title>
</head>
<body class="wrapper">
<p>This is the form</p>
<form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post">
<input type="text" name="firstName" />
<input type="submit" name="fSubmit" value="submit" />
</form>
</body>
</html>
我可能错过了一些如此愚蠢的东西,因此更多地关注它!
干杯
答案 0 :(得分:1)
好的伙计们。感谢您的所有想法 - 我已经尝试了每个可能的动作,名称等组合...我已将相关的hml标题发布到页面上。我刚刚重新启动我的mac并重新运行服务器,一切似乎都没问题。我不知道出了什么问题,但现在似乎已经解决了。
为这个相当无用的问题道歉。
答案 1 :(得分:0)
也许试试
<?php
print_r($_POST);
?>
<!DOCTYPE html>
<html lang="en" class="">
<head>
<title>Site Title</title>
</head>
<body class="wrapper">
<p>This is the form</p>
<form action="" method="post">
<input type="text" name="firstName" />
<input type="submit" name="fSubmit" value="submit" />
</form>
</body>
</html>
甚至只是确保安装/启用了php