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でフォームキーを使用する方法がわかりません。私がそれを検索したとき、フォームキーの使用について明確な考えを得ることができません。これを達成する方法。PHP のこのフォーム キーのデモはどこで見ることができますか。前もって感謝します
<input type="text" name="text"/>
$ name = $ _POST ['text'];
$_POSTフォーム値を含む配列です。入力名(この場合はテキスト)を使用します
$_POST