> Why not simply throw your stuff in $GLOBALS?
> Something like this:
> $myVars = array('nr1' => 123, 'nr2' => "bla");
> $GLOBALS[] = $myVars;
> It should have the same effect. I think.
> Regards,
> Erwin Moller
Well, I have not tried. I hope it works. I thought $GLOBALS, or was it
$_GLOBALS, was only reserved for php inner automatic use.