Script 1:
...other form stuff as necessary...
Submit the form.
Script 2:
Access the data passed in the hidden field as $_POST["codename"].
For example, echo $_POST["codename"];
Rich
> -Original Message-
> From: Robbie Staufer [mailto:[EMAIL PROTECTED]
> Sent: Thurs
Thanks for responding.
script 1 receives the value of $codename from previous scripts -
ultimately from user input. So in script 1, I can't hard-code the value
as "blah". Should have mentioned that before.
Up to now, I've been using
This works fine for passing the value of $codename from s