$postid = (int)$_GET['id'];
SELECT * FROM posts WHERE id = 11
<form action="test.php" method="POST">
Тут ваши input и кнопка отправить.
<input type="text" name="sample">
<input type="submit" name="send" value="Отправить">
</form>
$sample = htmlspecialchars($_POST['sample']);
//Далее mail();