<!DOCTYPE html>
<body>
<form method="get" action="a.php">
<input type="text" name="id" />
<input type="submit" value="envoyer" />
</form>
</body>
T'as oublié de changer le nom de ton input:
<input type="text" name="id" />
en
<input type="text" name="pseudo" />