回显打印的表单未提交

时间:2018-11-30 14:55:08

标签: php forms

我的header2.php中具有以下形式:

echo '<form action="includes/login.php" method="POST">
  <input  type="text" name="uid" placeholder="Username/e-mail">
  <input  type="password" name="password" placeholder="password">
  <button type="submit" name="submit" value="submit">Login</button></form>';

我已经在实时主机中设置了数据库凭据,但是似乎无法使登录页面正常工作。我认为问题可能出在header2.php文件中,但不确定。我已打开错误报告,但收到HTTP 500错误。此代码在实时服务器上正确吗?

0 个答案:

没有答案