<?php


if (isset($_GET['error']))
{
    echo htmlspecialchars($_GET['error']);
}

?>

<form>
Username: <input type="text" /><br/>
Password: <input type="password" /><br/>
<input type="submit" />
</form>
