<!DOCTYPE html>
<html>
<body>

<?php
echo 'Host = ' . htmlspecialchars($_GET["host"]) . 'error = '. htmlspecialchars($_GET["error"]) . '!';
?>

</body>
</html>
