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.
情報を配列に渡すフォームを設定する方法を見つけようとしています。それは私のユーザーのためではなく、私のためです。情報を入力できるフォームが必要で、別のページの配列に投稿されます。これは可能ですか?
もちろん、それはフォーム用の PHP 機能です。
W3CまたはW3Schoolを見てください。
method="GET"orを使用してフォームを送信し、または(PHP で)を使用してフォームをmethod="POST"受信できます。$_POST$_GET
method="GET"
method="POST"
$_POST
$_GET