[PHP-DB] passing parameter to function

2004-02-26 Thread Robbie Staufer
Hi, Say I have a script that knows the value of a variable $codename. The script contains a function that needs to know the value of $codename. What is the syntax for passing the parameter to the function? Example: the script knows that $codename = blah. The function has to pass 'blah' on to

Re: [PHP-DB] passing parameter to function

2004-02-26 Thread Robbie Staufer
, echo $_POST[codename]; Rich -Original Message- From: Robbie Staufer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 3:21 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] passing parameter to function Hi, Say I have a script that knows the value of a variable $codename. The script

RE: [PHP-DB] passing parameter to function

2004-02-26 Thread Hutchins, Richard
-Original Message- From: Robbie Staufer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 3:21 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] passing parameter to function Hi, Say I have a script that knows the value of a variable $codename. The script contains a function