I am having a weird problem passing variables to scripts using forms. I have done this many times and dont understand whats wrong in this problem. I have a form that passes its variables to a script called script1.php3. All this script does is out put what the user entered to allow them to go back and change anything before they submit. Then if the user is happy with what they entered they then hit the button on script1.php3 which calls script2.php3. On script2.php3 is where the information is stored in the database. My problem is that every variable that was on the form is not visible on script2. Everything is visible on script1.php3. What I mean by visible is there is information stored in the variable. If I did a echo it would output what I typed in, in the original form. And it doesn't do that in script2.php3. Is it not possible to double pass variables using forms. From what I know the form will send what ever variables that are currently in that script. Is this true or will it only send variables that are in that form which is in that script. That could be my problem. Also what I meant by passing is the script is the action of the form.
Any help would be greatly appreciated.
Thanks.
Ira
http://www.mtulode.com