Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用文本文件创建注册,因为我无法使用数据库,但在我的注册中只有 || 单词之间插入,单词不显示。另外,我的文件不会自动打开,我确实将目录设置为 wrx。我已经为此工作了很长时间。
一方面,这看起来是错误的:
$name = $_POST['username']; $email = $_POST['password'];
它应该是:
$username = $_POST['username']; $password = $_POST['password'];