<?php
	if(isset($_GET['login']) and !empty($_GET['login'])){
	   echo "<p>Login: ".$_GET['login']."<br/></p>";
	}
?>