我的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错误。此代码在实时服务器上正确吗?