il file lettore dei dati è questo invece:
<html>
<head>
<title>Listing 9.3 Reading input from the form in Listing 9.2</title>
</head>
<body>
<?php
$user=$_GET['user'];
$address=$_GET['address'];
print "Welcome $user

\n\n";
print "Your address is:

\n\n$address";
?>
</body>
</html>


prova così