Tnx mmilano, but the problem is that I don`t want the value of $vari to be seen.
The issue is like this- in the first page the user fill all his personal details (inc. password). after he sumit the info, it goes to the address page that show him all the details (in a "filled" from, with the info he gave), except for the password. after the user verify that all the info is correct he submit it to a third page (fill3.php). the fill3.php gets all the info from, but, of course, he is not getting the password (which I have in fill2.php in a variable $vari).
Generally, what I want is- to send all the form details and a variable value (without transforming it into a field). is that possible?
Hope you can help,
scheiner