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'];