Anyone know how to declare globals in a function from an array?  The
following doesn't seem to work:

foreach($_POST as $key => $value)
    global $form_var[$key];

Thanks for any help!

Jeff


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

Reply via email to