search

Home  >  Q&A  >  body text

$_POST cannot be obtained

<?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="

1943 days ago1439

reply all(4)I'll reply

  • (O_O)

    (O_O)2019-09-19 21:38:49

    Your <form> is written as <from> Brother

    reply
    1
  • kanglecheng

    kanglecheng2019-09-18 11:31:52

    The form tag is written incorrectly

    reply
    0
  • 

    2019-09-16 17:37:54

    Brother, please save me

    reply
    0
  • A.云鼎网络

    What data do you want to obtain? Please describe the problem clearly.

    A.云鼎网络 · 2019-09-16 19:19:34
  • Cancelreply