Don't trust user input, whether it's from GET or from POST! Post data is accessed with the $_POST array in PHP. <?php echo("First name: ...
確定! 回上一頁