<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<p><a href="home.htm">home</a></p>
<form name="form1" method="post" action="update.php">
<p>Name
<input type="text" name="name" value="<? echo("$name")?>">
<input type="hidden" name="ID" value="<? echo("$ID")?>">
</p>
<p>Age
<input type="text" name="age" value="<? echo("$age")?>">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
</body>
</html>