***********index.html********************
<html>
<head>
<title>wusong</title>
<meta htttp-equiv="Content-TType" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form action="test.php" METHOD=GET>
first name <input type=text NAME="firstname" size=20><BR>
last name <input type=text name="lastname" size=20><BR>
email address <input type=text name="emailaddress" size=40><BR>
comments<textarea NAME="comments" rows=5 cols=40></textarea><BR>
<input type=submit name="go" value="go">
</body>
</html>
**********************test.php**************************
<html>
<head>
<title>wusong</title>
<meta htttp-equiv="Content-TType" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<?
";
print "$lastname<BR>\n";
print "$email<BR>\n";
print "$comments<BR>\n";
print "$go<BR>\n";
?>
</body>
</html>
<html>
<head>
<title>wusong</title>
<meta htttp-equiv="Content-TType" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form action="test.php" METHOD=GET>
first name <input type=text NAME="firstname" size=20><BR>
last name <input type=text name="lastname" size=20><BR>
email address <input type=text name="emailaddress" size=40><BR>
comments<textarea NAME="comments" rows=5 cols=40></textarea><BR>
<input type=submit name="go" value="go">
</body>
</html>
**********************test.php**************************
<html>
<head>
<title>wusong</title>
<meta htttp-equiv="Content-TType" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<?
";
print "$lastname<BR>\n";
print "$email<BR>\n";
print "$comments<BR>\n";
print "$go<BR>\n";
?>
</body>
</html>