From: "Steve Douville" <[EMAIL PROTECTED]> > <? > $a = "yes"; > $b = "no"; > ?> > > Is there a variable that I can call that will return an array with any > variables I have set? I'd want to call it and then parse and display current > values of, in this case, a and b. Hope that makes sense.
Like something that "Returns an array of all defined variables"?? http://us2.php.net/get_defined_vars ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php