php getting Variables?

inthisx_00

New member
i have some Variables like below and i want to get all of them and print them out on my screen.

i can only obtain them by using $GLOBALS but there are too many unnecessary vabiables.

is there any way to resolve this problem??

$a=1;
$b=2;
$c=3;
...
..
..
..
$t=20;
Karl
did you try $globals; ??
 
Back
Top