RE: [PHP-DB] passing parameter to function

2004-02-26 Thread Hutchins, Richard
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

Re: [PHP-DB] passing parameter to function

2004-02-26 Thread Robbie Staufer
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