Hi all,
I use a table display type of listing and I use some global variables in php functions (in settings tab).
In list displays tab are header and footer sections and I need show resulting value of some variables.
How to do it? variables used in settings tab dont give an effect in list display tab.
thx
I use a table display type of listing and I use some global variables in php functions (in settings tab).
In list displays tab are header and footer sections and I need show resulting value of some variables.
How to do it? variables used in settings tab dont give an effect in list display tab.
thx
How did you use the variables in the settings tab ?
Regards,
Max
Regards,
Max
Hi Max,
how do u mean it? php code starts
and works fine on page.
how do u mean it? php code starts
zakladni.saldo: if (!isset($saldo)) {global $saldo;} .........
and works fine on page.
Ok, I think you can use this in the footer then:
But I'm not 100% sure, please try it and let me know!
Regards,
Max
global $saldo;
echo $saldo;
But I'm not 100% sure, please try it and let me know!
Regards,
Max
It is OK. I thought that command global $saldo; rewrite the value, but I was wrong.
thank you
thank you
This topic is locked and no more replies can be posted.