Thanks. But now it only displays the whole thing. what's wrong?
here what I entered in the second page:
<form action="end.php" method="post">
<input type="hidden" name="w1" value="$w1"><p>
<input type="submit" value="go to statistics">
</form>
so on the first page the user enters the value using the <input type="w1"
If I transfer the value to the third page (end.php) then it apperars: "the user has chosen $w1" , but there should be the number, what's wrong now?