<?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="
Your <form> is written as <from> Brother
The form tag is written incorrectly
Brother, please save me