我收到一个错误:
解析错误:语法错误,第 4 行 home2/chipery/public_html/login/text/loginStuff.php 中的意外 T_VARIABLE
第 4 行:
$pass = $_POST['密码']
但是,第 3 行工作正常:
$user = $_POST['用户名']
帖子来自:
<html>
<form action='loginStuff.php' method='POST'>
User: <input type='text' name='username'><br>
Pass: <input type='password' name='password'><br>
<input type='submit' value='Log In'>
</form>
</html>
我刚接触PHP(不到一个小时前),所以我确定这是一个愚蠢的错误,但你能弄清楚哪里出了问题吗?