Forum Moderators: coopster
global $variable;
instead of
global $variable['1'];
global $variable['2'];
(I dont have access to webspace or I would simply test it out, but i imagine this is possible)
Plus instead of going
global $variable1;
global $variable2;
can I just go
global $Variable1,$varaible2,$variable3?
thx