<html>
<head>
  <title>showStudent</title>
</head>
<body>
<font size="+3"><b>
The Name is  <?php echo $_GET ['name'] ;?>
<br />
The Year is  <?php echo $_GET ['year'];?>
</b></font>
</body>
</html>