Сообщение от drkrol
|
$posEmail = addslashes($_POST['posEmail']);
$posEmail = htmlspecialchars($posEmail);
$posEmail = stripslashes($posEmail);
$posEmail = trim($posEmail);
$posText = addslashes($_POST['posText']);
$posText = htmlspecialchars($posText);
$posText = stripslashes($posText);
$posText = trim($posText);
|
и
Сообщение от drkrol
|
$headers .= 'Content-type: text/plain; charset=utf-8
|
представляем что в итоге получится?