Posted by Richard Lynch on 01/18/05 18:51
Phillip S. Baker wrote:
> Greetings All,
>
> I am generating some variable variables.
> I am interested for testing purposes in finding out the names of the
> variables that are actually being generated. Since I want to make sure
> that
> that my following conditional statements are working properly and the
> values
> are set.
>
> So is there a way to print out the name of the variables?
echo "<PRE>";
var_dump($GLOBALS);
echo "</PRE>";
--
Like Music?
http://l-i-e.com/artists.htm
[Back to original message]
|