Thanks the same.
A general question: if I define a numeric variable in global.php, it should become a global (visible by all phps) one. For instance,
Well. If I increment it in a certain script, shall it result increased also from all the other scripts ?
So, the same user should 'see' $myvar=1 ... Shouldn't it?
And, for other users ? How will that var be valued ?
Thanks