<html>
<head>
  <title>Parameter</title>
</head>
<body>
<?php
  echo "RegionName is " . $_GET['regionName'] . "\n";
?>
</body>
</html>