그">
< ;html xmlns="http://www.w3.org/1999/xhtml">
style>
$name = $email =$gender =$comment = $website ="";
if($_SERVER ["REQUEST_METHOD"] == "POST"){
$name = test_input($_POST["name"]);
$email = test_input($_POST["email"]);
$website = test_input ($_POST["웹사이트"]);
$comment = test_input($_POST["comment"]);
$gender = test_input($_POST["gender"]);
}
function test_input( $data){
$data = Trim($data);
$data = 스트립슬래시($data);
$data = htmlspecialchars($data);
return $data;
}
?> ;
echo "
echo "
";
echo $name;
echo "< br>";
echo $email;
echo "
";
echo $website;
echo "
";
echo $comment;
echo "
";
echo $gender;
? >
입력 이메일에 이름 속성이 없습니다. 서버는 어떻게 이를 얻나요?
"; echo $name; echo "
"; echo $email; echo "
"; echo $website; echo "
"; echo $comment; echo "
"; echo $gender; ?>