$_POST cannot be obtained

2019-09-16 17:00:20
0
4
1399

<?php
echo '<pre>';
print_r($_POST);
echo '</pre>';
$register = <<<'FROM'
<from action="" method="post">
   <label for="name">姓名:</label>
   <input type="text" name="name" id="name">
   <label for="pwd">密码:</label>
   <input type="password" name="



reply all(3)
(O_O)

Your <form> is written as <from> Brother

樂成

The form tag is written incorrectly



Brother, please save me

  • reply What data do you want to obtain? Please describe the problem clearly.
    A.云鼎网络 author 2019-09-16 19:19:34
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template