Kod PHP:
$content = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">
<html>
<head>
<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">
</head>
<body>
Pytanie 1: ".$_POST["pytanie_1"].$_POST["pytanie_2"]."<br />
Pytanie 2: ".$_POST["pytanie_3"].$_POST["pytanie_4"]."
</body>
</html>";
Kod PHP:
$header = "From: ktoś@serwer.pl \nContent-Type:";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset=UTF-8\n";
Trochę wyleciałem dalej niż to co ty podałeś. Info:
pytanie_1 - TAK, pytanie_2 - NIE, pytanie_3 - TAK, pytanie_4 - NIE