In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> 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 another script as a hidden value in a form using the 
> POST method.  The other script is not receiving the value of $codename.
> 
> Thanks for any help.
> Robbie
> 
> 
There are some examples at http://www.php.net/manual/en/functions.php 
which should give you some ideas.

-- 
Quod subigo farinam

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet?

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to